On Mon, Dec 20, 2010 at 10:48, Scott Urban <scott.ur...@isilon.com> wrote:
> Hi > > The python sqlite module automatically commits open transactions > when it encounters a DDL statement. This is unnecessary; DDL is > transaction in my testing (see attached). > > Attached patch addresses the issue. Patch is against 2.6.1, but > looking at Trunk in svn, it seems like the patch is needed and > would apply. One issue I could foresee is that this behavior might > depend on the sqlite version in use (I'm on 3.6.10). > > Thanks > Scott Can you submit this to bugs.python.org? Bug reports and their patches on the mailing list tend to get lost. Additionally, 2.7 would be the 2.x version to fix this against (branches/release27-maint when looking in svn).
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com