| Ticket Hash: | c28d7fe915ea6d483d9003cc3aae9c5de72ce865 | ||
| Title: | IDataReader.GetOrdinal throws "No Current Row" | ||
| Status: | Closed | Type: | Code_Defect |
| Severity: | Important | Priority: | Medium |
| Subsystem: | Data_Reader | Resolution: | Fixed |
| Last Modified: |
2015-03-04 19:21:46 11.21 years ago |
Created: |
2015-03-02 14:42:38 11.21 years ago |
| Version Found In: | 1.0.95.0 | ||
| User Comments: | ||||
anonymous added on 2015-03-02 14:42:38:
(text/x-fossil-plain)
After upgrading to the latest 1.0.95.0, I noticed that when I make a call to Getordinal on the datareader, before a call to Read() (that is I am caching the ordinals before looping the result set) an exception is thrown. This works in 1.0.94.0. If I make the call after calling the Read() method it works. Michael mistachkin added on 2015-03-02 17:30:49:
(text/x-fossil-plain)
This will be fixed on trunk soon. The fix will be in the 1.0.96.0 release. mistachkin added on 2015-03-02 19:12:01:
(text/x-fossil-plain)
Fixed on the "tkt-c28d7fe915" branch. | ||||