Sign in
|
Join
|
Help
in
Announcements
SQLite ADO.NET Provider
(Entire Site)
System.Data.SQLite
An open source ADO.NET provider for the SQLite database engine
Home
Forums
System.Data.SQLite
»
SQLite ADO.NET Provider
»
Announcements
»
1.0.48.0 Posted
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:
Oldest to newest
Newest to oldest
Previous
Next
12-28-2007 4:23 PM
Robert Simpson
Joined on 08-28-2005
Posts
2,712
1.0.48.0 Posted
Reply
Contact
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)