Am 28.02.2006 um 21:39 schrieb Jeremy Dunck: > On 2/28/06, Christopher Lenz <[EMAIL PROTECTED]> wrote: >> Actually, PySQLite 2.x does an implicit commit after any DDL >> statement. I don't think this is enforced at the SQLite level, but >> supposedly the PySQLite author had reasons to do this in the >> bindings. > > Do you know what the reasons were, or where we should look for them?
I'm not really sure, here's the code that does it: http://initd.org/tracker/pysqlite/browser/pysqlite/trunk/src/ cursor.c#L509 ... which just says "to be safe" :-P Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---