in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

1.0.49.0 Posted

Last post 05-28-2008 1:31 AM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 05-28-2008 1:31 AM

    1.0.49.0 Posted

    • Code merge with SQLite 3.5.9
    • Fixed schema problems when querying the TEMP catalog.
    • Changed BLOB datatype schema to return IsLong = False instead of True.  This was preventing DbCommandBuilder from using GUID's and BLOB's as primary keys.
    • Fix rollover issue with SQLite3.Reset() using TickCount.
    • Fixed SQLiteDataReader to dispose of its command (if called for) before closing the connection (when flagged to do so) instead of the other way around.
    • Fixed a DbNull error when retrieving items not backed by a table schema.
    • Fixed foreign key constraint parsing bug.
    • Added FailIfMissing property to the SQLiteConnectionStringBuilder.
    • Converted the source projects to Visual Studio 2008.
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems