System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2015-03-30
20:34
Add more tests for ticket [94252b9059]. check-in: 9a50efa0ae user: mistachkin tags: trunk
19:32 Closed ticket [94252b9059]: IDataReader.GetDataTypeName() throw "No current row" plus 4 other changes artifact: b5923509ad user: mistachkin
19:31
Prevent the IDataReader.GetDataTypeName method from throwing 'No current row' exceptions. Fix for [94252b9059]. Also, the IDataReader.GetDataTypeName method should always return the declared type name. check-in: 40def75096 user: mistachkin tags: trunk
19:19 Ticket [94252b9059] IDataReader.GetDataTypeName() throw "No current row" status still Pending with 3 other changes artifact: df5b20118f user: mistachkin
18:36 Pending ticket [94252b9059]. artifact: 24c8e2b9ee user: mistachkin
18:35 Ticket [94252b9059]: 6 changes artifact: 2ff91b6ffc user: mistachkin
17:31 New ticket [94252b9059]. artifact: fcbb1d4487 user: anonymous

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:
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:
Related ticket [c28d7fe915ea6d483d90].

mistachkin added on 2015-03-30 19:32:28:
Fixed on trunk via check-in [40def75096].