Message284373
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. |
|
Date |
User |
Action |
Args |
2016-12-31 07:18:48 | malin | set | recipients:
+ malin, ghaering, jaraco, ned.deily, r.david.murray, socketpair, berker.peksag, serhiy.storchaka, xiang.zhang, palaviv, Big Stone, fschulze |
2016-12-31 07:18:48 | malin | set | messageid: <1483168728.41.0.424818234487.issue28518@psf.upfronthosting.co.za> |
2016-12-31 07:18:48 | malin | link | issue28518 messages |
2016-12-31 07:18:48 | malin | create | |
|