Ensure that prepared statements automatically reset on extended
+ error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled
+ using SQLITE_OMIT_AUTORESET.
+
Correct miscounts in the sqlite3_analyzer.exe utility related
+ to WITHOUT ROWID tables.
+
Improve the performance of fts3/4 queries that use the OR operator
+ and at least one auxiliary fts function.
+
Fix a bug in the fts3 snippet() function causing it to omit
+ leading separator characters from snippets that begin with the
+ first token in a column.
+