Mercurial > libervia-backend
log sat/memory/sqlite.py @ 2898:fc78d53f0ffa
age | author | description |
---|---|---|
2019-04-07 | Goffi | memory (sqlite): cast timestamp_start filter to float instead of int |
2019-04-07 | Goffi | core (memory/sqlite): display arguments in logs in case of too many db/interaction tries |
2019-03-09 | Goffi | core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in time |
2019-01-19 | Goffi | memory (sqlite): optimizations |
2019-01-12 | Goffi | date update |
2019-01-11 | Goffi | misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext) |
2019-01-04 | Goffi | memory (sqlite): minor comment move |
2019-01-04 | Goffi | memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability |