Ofer Inbar wrote:
Kenneth Loafman <[EMAIL PROTECTED]> wrote:
Sounds like InnoDB is still borked though. You should not have to use a commit unless you have started a transaction, as I understand it. The semantics for non-transaction access should be identical.

Are you explicitly telling Python not to use transactions in the DB
interface, or are you leaving it to a default?  If so, does Python
default to transactions when available?

Can't tell. The docs are somewhat lacking in detail, however, if I do a db.autocommit(True) it works as it should.

Will have to dig into the API code and see if that is where the semantic discontinuity lies.

...Ken

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to