Version History
1.0.104.0 - December XX, 2016
- Updated to SQLite 3.15.0. +
- Add the "%PreLoadSQLite_AssemblyDirectory%", "%PreLoadSQLite_TargetFramework%", and "%PreLoadSQLite_XmlConfigDirectory%" replacement tokens for use in configuration setting values.
- Prevent the GetByte, GetChar, and GetInt16 methods of the SQLiteDataReader class from throwing exceptions for large integer values. Pursuant to [5535448538]. ** Potentially Incompatible Change **
1.0.103.0 - September 15, 2016
- Updated to SQLite 3.14.2. Index: System.Data.SQLite/UnsafeNativeMethods.cs ================================================================== --- System.Data.SQLite/UnsafeNativeMethods.cs +++ System.Data.SQLite/UnsafeNativeMethods.cs @@ -982,11 +982,11 @@ Assembly assembly ) { if (assembly != null) { -#if (NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 || NET_462) && !PLATFORM_COMPACTFRAMEWORK +#if NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 || NET_462 try { if (assembly.IsDefined( typeof(TargetFrameworkAttribute), false)) { Index: readme.htm ================================================================== --- readme.htm +++ readme.htm @@ -211,10 +211,11 @@
- Updated to SQLite 3.15.0. +
- Add the "%PreLoadSQLite_AssemblyDirectory%", "%PreLoadSQLite_TargetFramework%", and "%PreLoadSQLite_XmlConfigDirectory%" replacement tokens for use in configuration setting values.
- Prevent the GetByte, GetChar, and GetInt16 methods of the SQLiteDataReader class from throwing exceptions for large integer values. Pursuant to [5535448538]. ** Potentially Incompatible Change **
- Updated to [https://www.sqlite.org/releaselog/3_15_0.html|SQLite 3.15.0]. +
- Add the "%PreLoadSQLite_AssemblyDirectory%", "%PreLoadSQLite_TargetFramework%", and "%PreLoadSQLite_XmlConfigDirectory%" [https://system.data.sqlite.org/index.html/artifact?ci=trunk&filename=Doc/Extra/Provider/environment.html|replacement tokens] for use in configuration setting values.
- Prevent the GetByte, GetChar, and GetInt16 methods of the SQLiteDataReader class from throwing exceptions for large integer values. Pursuant to [5535448538]. ** Potentially Incompatible Change **
1.0.104.0 - December XX, 2016
1.0.103.0 - September 15, 2016
Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -5,10 +5,11 @@1.0.104.0 - December XX, 2016
1.0.103.0 - September 15, 2016