summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/dbintf.cpp
AgeCommit message (Collapse)Author
2021-01-20fixes #2694 (Miranda leaves sqlite profile keeping it locked)George Hazan
2021-01-16dbx_sqlite:George Hazan
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump
2021-01-08s-shitGeorge Hazan
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2021-01-07Dbx_sqlite:George Hazan
- fix: records from events_srt should be also removed when a contact is deleted; - fix: last unread event should be stored in cache when new ts is larger, not smaller; - fix: history length should be calculated using events_srt either; - SQL syntax fixes; - code cleaning
2019-07-26dbx_sqlite: error handler stubGluzskiy Alexandr
2019-06-05sbx_sqlite: get rid of size col in events tableGluzskiy Alexandr
(need testing, incompatible with old db)
2019-06-05sbx_sqlite: working on "Modify dbx_sqlite data schema #1949"Gluzskiy Alexandr
2018-11-01dbx_sqlite:aunsane
- remove settings and events with contact - code cleanup
2018-10-15dbx_sqlite: breaking changesaunsane
- removed contect_event table - added contact_id to event table - some improvements to event cache - increased speed of import -varsion bump
2018-10-11dbx_sqlite: fix crash when event's module is wiped after sql statement resetaunsane
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-08dbx_sqlite: renamed columns with idaunsane
- add some indexes - fix contact loading - add event in metacontact history too - added safety mode support - added asserts to control sqlite statement result
2018-09-27dbx_sqlite: correct event sortingaunsane
2018-09-27dbx_sqlite:aunsane
- implementation of MetaMergeHistory/MetaSplitHistory - fix contact delete - enable db lock
2018-09-27dbx_sqlite: edit event implementationaunsane
2018-09-23dbx_sqlite: more fixesaunsane
- contacts: correct loading of mc's into cache - events: fix queries - codrrect deinit of sql statements
2018-09-23dbx_sqlite: initial commit (not for use)aunsane