Avoid invoking the sqlite3_trace() callback multiple times when a
+ statement is automatically reprepared due to SQLITE_SCHEMA errors.
+
Added support for Windows Phone 8 platforms
+
Enhance IN operator processing to make use of indices with numeric
+ affinities.
+
Do full-table scans using covering indices when possible, under the
+ theory that an index will be smaller and hence can be scanned with
+ less I/O.
+
Enhance the query optimizer so that ORDER BY clauses are more aggressively
+ optimized, especially in joins where various terms of the ORDER BY clause
+ come from separate tables of the join.
+
Add the ability to implement FROM clause subqueries as coroutines rather
+ that manifesting the subquery into a temporary table.
+
Enhancements the command-line shell:
+
+
Added the ".print" command
+
Negative numbers in the ".width" command cause right-alignment
+
Add the ".wheretrace" command when compiled with SQLITE_DEBUG
+