Index: Doc/Extra/Provider/version.html ================================================================== --- Doc/Extra/Provider/version.html +++ Doc/Extra/Provider/version.html @@ -53,11 +53,11 @@
  • Updated to SQLite 3.9.2.
  • Add preliminary support for the .NET Framework 4.6.1.
  • Fix handling of sqlite3_index_info members not available with older versions of the SQLite core library. ** Potentially Incompatible Change **
  • Update and improve documentation comments for the native virtual table methods.
  • Permit an existing registered function to be replaced. Fix for [2556655d1b].
  • -
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61].
  • +
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61]** Potentially Incompatible Change **
  • Add Reset method to the SQLiteCommand class.
  • Add FileName property to the SQLiteConnection class.
  • Add experimental support for the native json1 and fts5 extensions.
  • Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class.
  • Index: readme.htm ================================================================== --- readme.htm +++ readme.htm @@ -222,11 +222,11 @@
  • Updated to SQLite 3.9.2.
  • Add preliminary support for the .NET Framework 4.6.1.
  • Fix handling of sqlite3_index_info members not available with older versions of the SQLite core library. ** Potentially Incompatible Change **
  • Update and improve documentation comments for the native virtual table methods.
  • Permit an existing registered function to be replaced. Fix for [2556655d1b].
  • -
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61].
  • +
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61]. ** Potentially Incompatible Change **
  • Add Reset method to the SQLiteCommand class.
  • Add FileName property to the SQLiteConnection class.
  • Add experimental support for the native json1 and fts5 extensions.
  • Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class.
  • Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -16,11 +16,11 @@
  • Updated to [https://www.sqlite.org/releaselog/3_9_2.html|SQLite 3.9.2].
  • Add preliminary support for the .NET Framework 4.6.1.
  • Fix handling of sqlite3_index_info members not available with older versions of the SQLite core library. ** Potentially Incompatible Change **
  • Update and improve documentation comments for the native virtual table methods.
  • Permit an existing registered function to be replaced. Fix for [2556655d1b].
  • -
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61].
  • +
  • Make GetValue work for boolean columns with textual "True" and "False" values. Fix for [7714b60d61]. ** Potentially Incompatible Change **
  • Add Reset method to the SQLiteCommand class.
  • Add FileName property to the SQLiteConnection class.
  • Add experimental support for the native json1 and fts5 extensions.
  • Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class.