If a search token (on the right-hand side of the MATCH operator) in
+ FTS4 begins with "^" then that token must be the first in its field
+ of the document. ** Potentially Incompatible Change **
+
Enhancements to the sqlite3_analyzer utility program, including the
+ --pageinfo and --stats options and support for multiplexed databases.
+
Enhance the sqlite3_data_count() interface so that it can be used to
+ determine if SQLITE_DONE has been seen on the prepared statement.
+
Added the SQLITE_FCNTL_OVERWRITE file-control by which the SQLite core
+ indicates to the VFS that the current transaction will overwrite the
+ entire database file.
+
Remove limits on the magnitude of precision and width value in the
+ format specifiers of the sqlite3_mprintf() family of string rendering
+ routines.
+
Fix a bug that prevent ALTER TABLE ... RENAME from working
+ on some virtual tables in a database with a UTF16 encoding.
+
Fix a bug in ASCII-to-float conversion that causes slow performance and
+ incorrect results when converting numbers with ridiculously large exponents.
+
Fix a bug that causes incorrect results in aggregate queries that use
+ multiple aggregate functions whose arguments contain complicated expressions
+ that differ only in the case of string literals contained within those
+ expressions.
+
Fix a bug that prevented the page_count and quick_check pragmas from
+ working correctly if their names were capitalized.
+
Fix a bug in virtual table implementation that causes a crash if
+ an FTS4 table is dropped inside a transaction and
+ a SAVEPOINT occurs afterwards.
+