New test.
[mono.git] / mcs / class / Mono.Data.SqliteClient / Mono.Data.SqliteClient / ChangeLog
index 6ec1db8fc76a2cda1d3ab4de3e99be432c7d912d..ca760231f9e11a85c68c459bc704fd8bd4a652cc 100644 (file)
@@ -1,3 +1,49 @@
+2006-09-14  Mart Roosmaa <roosmaa@gmail.com> 
+
+       * SqliteCommand.cs: Handle enums by their underliying type.
+
+2006-09-13  Mart Roosmaa <roosmaa@gmail.com> 
+
+       * SqliteDataReader.cs: Implemented GetBytes ().
+       * SqliteCommand.cs: Automatically convert enums to Int32.
+
+2006-08-20  Joshua Tauberer  <jt@occams.info>
+
+       * SqliteConnection.cs: Changed Version property (which is
+         read-only) from internal to public so users can know
+         which version of Sqlite was actually connected to.
+
+2006-05-25  Joshua Tauberer  <tauberer@for.net>
+
+       * SqliteCommand.cs: Unnamed parameters by index weren't
+         implemented.
+
+2006-05-13  Joshua Tauberer  <tauberer@for.net>
+
+       Reported by Sebastian Dröge <slomo@ubuntu.com>.
+       * Sqlite.cs: The binding for sqlite3_last_insert_rowid had
+         the wrong type for the return (int vs long).
+       * SqliteConnection: LastInsertRowId: I didn't want to break
+         the public API, so it casts the long return from that
+         to an int.
+       * SqliteCommand: LastInsertRowID(): Wrap the above property.
+
+2006-03-14  Kamil Skalski  <nazgul@nemerle.org>
+
+       * SqliteConnection.cs, Sqlite.cs: Add option for specifying busy
+       timeout in underlying sqlite structure. It allows enabling
+       automatic waiting for lock cleanup in multithreaded usage.
+       
+
+2006-03-11  Joshua Tauberer  <tauberer@for.net>
+
+       * Use HGlobal rather than CoTaskMem String-To-Ptr functions in
+         Marshal class.  StringToCoTaskMemAnsi is broken (pending it
+         being fixed): it actually uses Ansi, instead of UTF-8.  Now,
+         Sqlite2 with no encoding parameter uses UTF-8 encoding.  Any
+         Sqlite2 DB since Jan. 20 was encoded in ANSI but unreadable
+         back.
+
 2006-03-07  Kamil Skalski  <nazgul@nemerle.org>
 
        * SqliteDataReader.cs: Handle null values in result as having