Index: Doc/Extra/version.html ================================================================== --- Doc/Extra/version.html +++ Doc/Extra/version.html @@ -50,10 +50,11 @@
  • Check the result of sqlite3_column_name function against NULL.
  • Return false for the SQLiteParameterCollection.IsSynchronized property because it is not thread-safe.
  • Raise the static SQLiteConnection.Changed event when any SQLiteCommand, SQLiteDataReader, or CriticalHandle derived object instance is created. Fix for [aba4549801].
  • Add SQLiteCommand.Execute, SQLiteCommand.ExecuteNonQuery, and SQLiteCommand.ExecuteScalar method overloads that take a CommandBehavior parameter.
  • Revise how the extra object data is passed to the static SQLiteConnection.Changed event. ** Potentially Incompatible Change **
  • +
  • Make sure the database cannot be changed by a query when the CommandBehavior.SchemaOnly flag is used. Fix for [f8dbab8baf]** Potentially Incompatible Change **
  • Include the XML documentation files in the NuGet packages. Fix for [5970d5b0a6].
  • 1.0.88.0 - August 7, 2013

    1.0.88.0 - August 7, 2013

    Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -11,10 +11,11 @@
  • Check the result of sqlite3_column_name function against NULL.
  • Return false for the SQLiteParameterCollection.IsSynchronized property because it is not thread-safe.
  • Raise the static SQLiteConnection.Changed event when any SQLiteCommand, SQLiteDataReader, or CriticalHandle derived object instance is created. Fix for [aba4549801].
  • Add SQLiteCommand.Execute, SQLiteCommand.ExecuteNonQuery, and SQLiteCommand.ExecuteScalar method overloads that take a CommandBehavior parameter.
  • Revise how the extra object data is passed to the static SQLiteConnection.Changed event. ** Potentially Incompatible Change **
  • +
  • Make sure the database cannot be changed by a query when the CommandBehavior.SchemaOnly flag is used. Fix for [f8dbab8baf]. ** Potentially Incompatible Change **
  • Include the XML documentation files in the NuGet packages. Fix for [5970d5b0a6].
  • 1.0.88.0 - August 7, 2013