*** DRAFT ***
SQLite Release 3.3.13 On 2007 February 13 (3.3.13)
Changes associated with this release include the following:
- Add a "fragmentation" measurement in the output of sqlite3_analyzer.
- Add the COLLATE operator used to explicitly set the collating sequence
used by an expression. This feature is considered experimental pending
additional testing.
- Allow up to 64 tables in a join - the old limit was 32.
- Added two new experimental functions:
randomBlob() and
hex().
Their intended use is to facilitate generating
UUIDs.
- Fix a problem where
PRAGMA count_changes was
causing incorrect results for updates on tables with triggers
- Fix a bug in the ORDER BY clause optimizer for joins where the
left-most table in the join is constrained by a UNIQUE index.
- Fixed a bug in the "copy" method of the TCL interface.
- Bug fixes in fts1 and fts2 modules.
A complete list of SQLite releases
in a single page is also available. A detailed history of every
check-in is available at
http://www.sqlite.org/src/timeline.
*** DRAFT ***