On Thu, 2008-03-06 at 13:50 +0200, Amit Ramon wrote:
[...]
> I would appreciate if anyobe here could approve or disprove this behaviour,
> or give any explanation:
It's a requirement of the Python DB-API 2.0 (PEP 249) that auto-commit
behaviour is turned off when a connection is opened. This is
Hi,
I'm writing a custom-sql method that uses SQL "select for update" for updating
a table row. The table engine is InnoDB. I'm using Django svn and MySQL 5.0.
The MySql default for autocommit is 1, i.e. enabled.
The method I'm using looks somewaht like this:
def get_next_index(id):
from
2 matches
Mail list logo