[issue29003] sqlite3: can't run VACUUM on Python 3.6

2016-12-29 Thread Berker Peksag
Berker Peksag added the comment: Thanks for trying pre-release versions of Python 3.6, Ma Lin. This has already been reported in issue 28518 so I'm closing this as a duplicate. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> execute("begin immedia

[issue29003] sqlite3: can't run VACUUM on Python 3.6

2016-12-17 Thread Ned Deily
Changes by Ned Deily : -- keywords: +3.6regression nosy: +berker.peksag, ghaering ___ Python tracker ___ ___ Python-bugs-list mailing

[issue29003] sqlite3: can't run VACUUM on Python 3.6

2016-12-17 Thread Ma Lin
New submission from Ma Lin: I'm using Python 3.6.0 RC2. When I try to run VACUUM command, an exception raised: conn.execute('begin') # <- remove this line get the same result conn.execute('VACUUM') sqlite3.OperationalError: cannot VACUUM from within a transaction On Python 3.5, everything is