Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Reading from ResultSet before calling next() should throw SQLException not NoSuchElementException.
Each of the Cursor.Accessor.getXxx methods should convert runtime exceptions to SQLException.
JdbcTest.testExtract currently demonstrates this problem; it passes if there is a NoSuchElementException, but should look for a SQLException.
Attachments
Issue Links
- is depended upon by
-
CALCITE-2182 Release Avatica 1.11
- Closed
- links to