System.Data.SQLite

Check-in [fc3e41ac85]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Initial implementation of SQLITE_CONFIG_LOG interface.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fc3e41ac858848624097eacec25c8c1a9b4df7c0
User & Date: shaneh 2011-04-22 18:08:43.571
Context
2011-04-22
18:54
Revert path setting again, still fails on 64-bit systems. check-in: ef25334cf7 user: shaneh tags: trunk
18:08
Initial implementation of SQLITE_CONFIG_LOG interface. check-in: fc3e41ac85 user: shaneh tags: trunk
2011-04-15
17:33
Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode(). check-in: 41ad3433f5 user: shaneh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to SQLite.Interop/src/win/interop.c.
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLiteBase.cs.
Changes to System.Data.SQLite/SQLiteConnection.cs.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
Changes to test/TestCases.cs.