By mswatcher
via sqlite.org
Submitted: Mar 20 2013 / 01:33
Added the PRAGMA foreign_key_check command. Added new extended error codes for all SQLITE_CONSTRAINT errors Added the SQLITE_READONLY_ROLLBACK extended error code for when a database cannot be opened because it needs rollback recovery but is read-only. Added SQL functions unicode(A) and char(X1,...,XN). Performance improvements for PRAGMA incremental_vacuum, especially in cases where the number of free pages is greater than what will fit on a single trunk page of the freelist.
Add your comment