|
603408cf39
|
Make objects.vectors_to_send() a generator of chunks
|
2024-10-16 02:32:42 +03:00 |
|
|
468d132b90
|
Take into account pending objects in Inventory.cleanup()
|
2024-10-16 02:32:41 +03:00 |
|
|
154cec1e7e
|
Add VACUUM after deleting 10000 objects, do it in cleanup()
|
2024-10-16 02:32:41 +03:00 |
|
|
76fb7d27ed
|
Move objects_lock into the Inventory object
|
2024-10-16 02:32:40 +03:00 |
|
|
4a34f7ccac
|
Handle sqlite3 exceptions in __setitem__ instead of checking presence
|
2024-10-16 02:32:40 +03:00 |
|
|
ab032ef6a3
|
Set the row_factory for the sqlite3.Connection
|
2024-10-16 02:32:39 +03:00 |
|
|
768bb29940
|
Set a row factory instead of nesting the iterator, iterate through the cursor
|
2024-10-16 02:32:39 +03:00 |
|
|
aa537c747d
|
A rough implementation of the objects stored in sqlite db
|
2024-10-16 02:32:33 +03:00 |
|