summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/stdafx.h
AgeCommit message (Collapse)Author
2024-05-12merge commitGeorge Hazan
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-04-01fixes #2822 (dbx_sqlite: total encryption is broken)George Hazan
2021-02-16fixes #2745 (Dbx_sqlite: wrong behaviour when launching second Miranda with ↵George Hazan
the same profile)
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-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-07less constants, less arraysGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge 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: simple events cacheaunsane
2018-09-23dbx_sqlite: mc support in settingsaunsane
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