This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients Big Stone, berker.peksag, callidomus, fschulze, ghaering, jaraco, malin, ned.deily, palaviv, r.david.murray, serhiy.storchaka, socketpair, xiang.zhang
Date 2017-01-03.04:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483418561.04.0.738502923863.issue28518@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to catch up with you.
Does it mean, if I want execute VACUUM, I have to commit manually? Like this:

if conn.in_transaction:
    conn.commit()
conn.execute("vacuum")
History
Date User Action Args
2017-01-03 04:42:41malinsetrecipients: + malin, ghaering, jaraco, ned.deily, r.david.murray, socketpair, berker.peksag, serhiy.storchaka, xiang.zhang, palaviv, Big Stone, fschulze, callidomus
2017-01-03 04:42:41malinsetmessageid: <1483418561.04.0.738502923863.issue28518@psf.upfronthosting.co.za>
2017-01-03 04:42:41malinlinkissue28518 messages
2017-01-03 04:42:40malincreate