Index: Doc/Extra/version.html
==================================================================
--- Doc/Extra/version.html
+++ Doc/Extra/version.html
@@ -45,10 +45,13 @@
Version History
1.0.85.0 - March XX, 2013 (release scheduled)
- Updated to SQLite 3.7.16.
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
+ - Check for a valid row in the SQLiteDataReader.GetValue method.
+ - Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
+ - Support automated testing when running on the .NET Compact Framework 2.0.
- Skip checking loaded assemblies for types tagged with the SQLiteFunction attribute when the No_SQLiteFunctions environment variable is set. Pursuant to [e4c8121f7b].
- Add HexPassword connection string property to work around the inability to include a literal semicolon in a connection string property value. Pursuant to [1c456ae75f].
- Add static Execute method to the SQLiteCommand class.
- Support custom connection pool implementations by adding the ISQLiteConnectionPool interface, the static SQLiteConnection.ConnectionPool property, and the static CreateHandle method in addition to modifying the SQLiteConnectionPool class. Pursuant to [393d954be0].
- Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor.
Index: readme.htm
==================================================================
--- readme.htm
+++ readme.htm
@@ -190,10 +190,13 @@
1.0.85.0 - March XX, 2013 (release scheduled)
- Updated to SQLite 3.7.16.
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
+ - Check for a valid row in the SQLiteDataReader.GetValue method.
+ - Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
+ - Support automated testing when running on the .NET Compact Framework 2.0.
- Skip checking loaded assemblies for types tagged with the SQLiteFunction attribute when the No_SQLiteFunctions environment variable is set. Pursuant to [e4c8121f7b].
- Add HexPassword connection string property to work around the inability to include a literal semicolon in a connection string property value. Pursuant to [1c456ae75f].
- Add static Execute method to the SQLiteCommand class.
- Support custom connection pool implementations by adding the ISQLiteConnectionPool interface, the static SQLiteConnection.ConnectionPool property, and the static CreateHandle method in addition to modifying the SQLiteConnectionPool class. Pursuant to [393d954be0].
- Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor.
Index: www/news.wiki
==================================================================
--- www/news.wiki
+++ www/news.wiki
@@ -6,10 +6,13 @@
1.0.85.0 - March XX, 2013 (release scheduled)
- Updated to [http://www.sqlite.org/src/info/trunk|SQLite 3.7.16].
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
+ - Check for a valid row in the SQLiteDataReader.GetValue method.
+ - Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
+ - Support automated testing when running on the .NET Compact Framework 2.0.
- Skip checking loaded assemblies for types tagged with the SQLiteFunction attribute when the No_SQLiteFunctions environment variable is set. Pursuant to [e4c8121f7b].
- Add HexPassword connection string property to work around the inability to include a literal semicolon in a connection string property value. Pursuant to [1c456ae75f].
- Add static Execute method to the SQLiteCommand class.
- Support custom connection pool implementations by adding the ISQLiteConnectionPool interface, the static SQLiteConnection.ConnectionPool property, and the static CreateHandle method in addition to modifying the SQLiteConnectionPool class. Pursuant to [393d954be0].
- Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor.