log sat/memory/sqlite.py @ 3687:1fe6742b8df8

age author description
2021-06-09 Goffi memory(sqlite): fix encoding when loading pickled data
2021-06-04 Goffi memory (sqlite): work around encoding issues with pickle
2021-05-06 Goffi core (memory/sqlite): return 0 instead of None when user has no file yet
2021-05-05 Goffi core (memory, sqlite): new `fileGetUsedSpace` method
2021-03-19 Goffi date update
2020-08-01 Goffi core (memory): files are now public by default except for those in root directory:
2020-05-29 Goffi core (memory/sqlite): new database schema (v9):
2020-02-26 Goffi memory (sqlite): don't store empty messages
2020-02-09 Goffi core (memory/crypto): replaced `PyCrypto` by `cryptography`:
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-25 Goffi core: backend autoconnection:
2019-12-05 Goffi core (memory/sqlite): added `before_uid` filter to retrieve history before a message UID
2019-08-13 Goffi Python 3 port: