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, fschulze, ghaering, jaraco, malin, ned.deily, palaviv, r.david.murray, serhiy.storchaka, socketpair, xiang.zhang
Date 2016-12-31.07:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483168728.41.0.424818234487.issue28518@psf.upfronthosting.co.za>
In-reply-to
Content
I have no idea about how to fix it, but I would like to suggest that add back this test which was removed in commit 284676cf2ac8 :

file: /Lib/sqlite3/test/transactions.py
def CheckVacuum(self):
    self.cur.execute("create table test(i)")
    self.cur.execute("insert into test(i) values (5)")
    self.cur.execute("vacuum")

Thank you for your efforts! regards.
History
Date User Action Args
2016-12-31 07:18:48malinsetrecipients: + malin, ghaering, jaraco, ned.deily, r.david.murray, socketpair, berker.peksag, serhiy.storchaka, xiang.zhang, palaviv, Big Stone, fschulze
2016-12-31 07:18:48malinsetmessageid: <1483168728.41.0.424818234487.issue28518@psf.upfronthosting.co.za>
2016-12-31 07:18:48malinlinkissue28518 messages
2016-12-31 07:18:48malincreate