Two patches for System.Data.SQLite

System.Data.SQLite is a great ADO.NET wrapper around the free SQLite embedded database library. Today we contributed two simple patches to the project.

The first patch adds support to SQLiteJournalModeEnum for the “truncate” journal mode (added in v3.6.4 of SQLite).

The second patch adds support to SQLiteException for logging the extended error information (for SQLITE_IOERR).

Posted by Bradley Grainger on July 30, 2010