Index: Doc/Extra/version.html
==================================================================
--- Doc/Extra/version.html
+++ Doc/Extra/version.html
@@ -53,10 +53,12 @@
Never create a new connection wrapper in the SQLiteConnection.Shutdown method. ** Potentially Incompatible Change **
Add experimental GetMemoryStatistics, ReleaseMemory, and Shutdown methods to the SQLiteConnection class.
Add memory leak detection to the test project for the .NET Compact Framework.
Add SQLITE_ENABLE_MEMORY_MANAGEMENT compile-time option to the interop assembly.
Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90].
+ Add TraceWarning connection flag to enable tracing of type mapping failures and disable tracing of them by default. Pursuant to [6d45c782e4].
+ Use 32-bit values to keep track of numeric precision and scale when building the schema table for a query. Fix for [ef2216192d].
1.0.89.0 - October 28, 2013
- Updated to SQLite 3.8.1.
- Add AutoCommit property to the SQLiteConnection class. Fix for [9ba9346f75].
Index: readme.htm
==================================================================
--- readme.htm
+++ readme.htm
@@ -198,10 +198,12 @@
- Never create a new connection wrapper in the SQLiteConnection.Shutdown method. ** Potentially Incompatible Change **
- Add experimental GetMemoryStatistics, ReleaseMemory, and Shutdown methods to the SQLiteConnection class.
- Add memory leak detection to the test project for the .NET Compact Framework.
- Add SQLITE_ENABLE_MEMORY_MANAGEMENT compile-time option to the interop assembly.
- Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90].
+ - Add TraceWarning connection flag to enable tracing of type mapping failures and disable tracing of them by default. Pursuant to [6d45c782e4].
+ - Use 32-bit values to keep track of numeric precision and scale when building the schema table for a query. Fix for [ef2216192d].
1.0.89.0 - October 28, 2013
Index: www/news.wiki
==================================================================
--- www/news.wiki
+++ www/news.wiki
@@ -14,10 +14,12 @@
- Never create a new connection wrapper in the SQLiteConnection.Shutdown method. ** Potentially Incompatible Change **
- Add experimental GetMemoryStatistics, ReleaseMemory, and Shutdown methods to the SQLiteConnection class.
- Add memory leak detection to the test project for the .NET Compact Framework.
- Add SQLITE_ENABLE_MEMORY_MANAGEMENT compile-time option to the interop assembly.
- Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90].
+ - Add TraceWarning connection flag to enable tracing of type mapping failures and disable tracing of them by default. Pursuant to [6d45c782e4].
+ - Use 32-bit values to keep track of numeric precision and scale when building the schema table for a query. Fix for [ef2216192d].
1.0.89.0 - October 28, 2013