System.Data.SQLite

Check-in [c3bb6c2582]
Login

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

Overview
Comment:Merge fix for ticket [8a426d12eb] along with logging and DateTime handling enhancements to trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c3bb6c2582144f1685e852738386b0847f834ff6
User & Date: mistachkin 2012-02-19 13:31:40.975
Context
2012-02-19
13:42
More doc updates for release 1.0.80.0. check-in: 9a01e7715d user: mistachkin tags: trunk
13:31
Merge fix for ticket [8a426d12eb] along with logging and DateTime handling enhancements to trunk. check-in: c3bb6c2582 user: mistachkin tags: trunk
13:22
When converting a DateTime instance of an 'Unspecified' kind to a string, use the same kind as the connection, if available. Also, cleanup handling of the default formats for UTC and local time. Closed-Leaf check-in: dbdf2561a4 user: mistachkin tags: logBind
2012-02-15
07:51
Version and doc updates in preparation for release 1.0.80.0. check-in: 50276145d8 user: mistachkin tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLite3_UTF16.cs.
Changes to System.Data.SQLite/SQLiteBase.cs.
Changes to System.Data.SQLite/SQLiteConnection.cs.
Changes to System.Data.SQLite/SQLiteConvert.cs.
Changes to System.Data.SQLite/SQLiteFunction.cs.
Changes to System.Data.SQLite/SQLiteStatement.cs.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
Changes to Tests/basic.eagle.