System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 94252b90591a3f7f95796aca0a44bd6fd9b8dd82
Title: IDataReader.GetDataTypeName() throw "No current row"
Status: Closed Type: Code_Defect
Severity: Important Priority: Medium
Subsystem: Data_Reader Resolution: Fixed
Last Modified: 2015-03-30 19:32:28
Version Found In: 1.0.96.0
User Comments:
anonymous added on 2015-03-30 17:31:15: (text/x-fossil-plain)
After upgrading from 1.0.93.0 to 1.0.94.0 (and now 1.0.96.0), a System.InvalidOperationException is thrown with the message "No current row" when I call datareader.GetDataTypeName().

If I called datareader.Read() before, it works. Except when the datareader is empty: I still have the exception.

Michel

mistachkin added on 2015-03-30 18:35:56: (text/x-fossil-plain)
Related ticket [c28d7fe915ea6d483d90].

mistachkin added on 2015-03-30 19:32:28: (text/x-fossil-plain)
Fixed on trunk via check-in [40def75096].