in

System.Data.SQLite

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

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: Previous Next
  • 07-23-2008 11:35 PM

    1.0.53.0 Posted

    • 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)
Powered by Community Server (Commercial Edition), by Telligent Systems