Commit Graph

3 Commits

Author SHA1 Message Date
Dmitry Vedenko 770d0b3091 Update SQLite to 3.35.5
This update contains to important features:
1. Improved performance of WAL mode locking primitives in cases where there are hundreds of connections all accessing the same database file at once
2. In WAL mode, if a writer crashes and leaves the shm file in an inconsistent state, subsequent transactions are now able to recover the shm file even if there are active read transactions. Before this enhancement, shm file recovery that scenario would result in an SQLITE_PROTOCOL error.
2021-05-05 18:42:40 +03:00
freddii 534359de6c
Fix minor typos (#720)
Co-authored-by: freddii <https://freddii@github.com>
2021-01-12 11:56:09 +00:00
Leland Lucius 2fbfd3e0a5 AUP3: Add SQLite to the project 2020-07-01 01:13:37 -05:00