in

System.Data.SQLite

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

Patch: Log extended error information in SQLiteException

Last post 07-30-2010 2:00 PM by bgrainger. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-30-2010 2:00 PM

    Patch: Log extended error information in SQLiteException

    In v3.3.8, SQLite added "extended error codes" (http://www.sqlite.org/c3ref/c_busy_recovery.html), which provide more fine-grained error information, particularly for SQLITE_IOERR. The attached patch adds the extended error information to the SQLiteException object's exception message; we have found this helpful for debugging the specific underlying problem on a client computer.
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems