in

System.Data.SQLite

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

1.0.48.0 Posted

Last post 12-28-2007 4:23 PM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 12-28-2007 4:23 PM

    1.0.48.0 Posted

    • Code merge with SQLite 3.5.4
    • Calling SQLiteDataReader.GetFieldType() on a column with no schema information and whos first row is initially NULL now returns type Object instead of type DbNull.
    • Added support for a new DateTime type, JulianDay.  SQLite uses Julian dates internally.
    • Added a new connection string parameter "Default Timeout" and a corresponding method on the SQLiteConnection object to change the default command timeout.  This is especially useful for changing the timeout on transactions, which use SQLiteCommand objects internally and have no ADO.NET-friendly way to adjust the command timeout on those commands.
    • FTS1 and FTS2 modules were removed from the codebase.  Please upgrade all full-text indexes to use the FTS3 module. 

     

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems