Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Calling previous() on a ResultSet that came from an Array gives NullPointerException. I broke this when I committed CALCITE-1902 and changed 'Helper.INSTANCE' to 'statement.connection.helper', forgetting that 'statement' can be null.
Attachments
Issue Links
- is related to
-
CALCITE-1902 ResultSet.previous() throws UnsupportedOperationException, but should throw SQLFeatureNotSupportedException
- Closed