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.49.0 Posted
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:
Oldest to newest
Newest to oldest
Previous
Next
05-28-2008 1:31 AM
Robert Simpson
Joined on 08-27-2005
Posts
2,712
1.0.49.0 Posted
Reply
Contact
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)