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.53.0 Posted
1.0.53.0 Posted
Last post 07-23-2008 11:35 PM by
Robert Simpson
. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-23-2008 11:35 PM
Robert Simpson
Joined on 08-28-2005
Posts
2,712
1.0.53.0 Posted
Reply
Contact
Enabled sqlite_load_extension
Added retry/timeout code to SQLite3.Prepare() when preparing statements for execution and a SQLITE_BUSY error occurs.
Added a new schema to SQLiteConnection.GetSchema() called
Triggers
. Used to retrieve the trigger(s) associated with a database and/or table/view.
Extensive updates to table/view editing capabilities inside Visual Studio's Server Explorer. The program now parses and lets you edit CHECK constraints and triggers on a table, as well as define triggers on views. Experimental still, so e-mail me if you have issues.
Minor bugfix to the ViewColumns schema to return the proper base column name for a view that aliases a column.
Fixed the insert/update/delete DML support in the Linq module.
Changed the behavior of SQLiteCommand to allow a transaction to be set even if the command hasn't been associated with a connection yet.
Page 1 of 1 (1 items)