Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | fix of crazy problems in SQLITE when two instances of database are running ↵ | George Hazan | |
at a time | |||
2021-02-11 | oops... forgotten to roll back that debug variant | George Hazan | |
2021-01-31 | Dbx_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-16 | dbx_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 |