audacia/lib-src/sqlite
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
..
shell.c Update SQLite to 3.35.5 2021-05-05 18:42:40 +03:00
sqlite3.c Update SQLite to 3.35.5 2021-05-05 18:42:40 +03:00
sqlite3.h Update SQLite to 3.35.5 2021-05-05 18:42:40 +03:00
sqlite3ext.h Update SQLite to 3.35.5 2021-05-05 18:42:40 +03:00