System.Data.SQLite

Check-in [a6a79f6c79]
Login

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

Overview
Comment:Fixed a bug that failed to throw an exception if there wasn't a current row and a function was called to read data from the current row
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: a6a79f6c790a4b835dd506198d8670fb55a768ee
User & Date: rmsimpson 2005-11-30 18:04:58.000
Context
2005-12-07
22:40
Fix over-aggressive preparation of statements before execution check-in: ba2464b7f6 user: rmsimpson tags: sourceforge
2005-11-30
18:04
Fixed a bug that failed to throw an exception if there wasn't a current row and a function was called to read data from the current row check-in: a6a79f6c79 user: rmsimpson tags: sourceforge
2005-11-22
14:54
Fixed the incomplete Catalogs schema check-in: 897a253ad0 user: rmsimpson tags: sourceforge
Changes
Unified Diff Side-by-Side Diff Patch
Changes to System.Data.SQLite/SQLiteDataReader.cs.