Small. Fast. Reliable.
Choose any three.
SQLite Release 3.8.8.2 On 2015-01-30
- Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the
WAL file even if there is no checkpoint work to be done.
- SQLITE_SOURCE_ID: "2015-01-30 14:30:45 7757fc721220e136620a89c9d28247f28bbbc098"
- SHA1 for sqlite3.c: 85ce79948116aa9a087ec345c9d2ce2c1d3cd8af
Changes carried forward from version 3.8.8.1 (2015-01-20):
- Fix a bug in the sorting logic, present since version 3.8.4, that can cause
output to appear in the wrong order on queries that contains an ORDER BY clause,
a LIMIT clause, and that have approximately 60 or more columns in the result set.
Ticket f97c4637102a3ae72b79.
Changes carried forward from version 3.8.8 (2015-01-16):
A complete list of SQLite releases
in a single page and a chronology are both also available.
A detailed history of every
check-in is available at
SQLite version control site.