summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/dbsettings.cpp
AgeCommit message (Collapse)Author
2021-04-13dbx_sqlite: implemented database checker + version bumpGeorge Hazan
2021-04-03fix of crazy problems in SQLITE when two instances of database are running ↵George Hazan
at a time
2021-01-31Dbx_sqlite:George Hazan
- advanced error handling; - a profile is always opened in exclusive mode; - fixes #2717 (wrong query in line 115); - fixes #2694 (two Mirandas can open the same profile, but the second one fails); - version bump
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-07more common code moved to MDatabaseCommonGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2021-01-07less constants, less arraysGeorge 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-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-06-05dbx_sqlite: silenced few warningsGluzskiy Alexandr
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-09dbx_sqlite: fix deletion of settingsaunsane
2018-10-08dbx_sqlite: fix eternal cycle in HistoryPP on profile createaunsane
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-23dbx_sqlite: mc support in settingsaunsane
2018-09-23dbx_sqlite: initial commit (not for use)aunsane