-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6.1
-
Component/s: metadata
-
Labels:None
resultset metadata always indicate that column is writable
this concerns the following methods of ResultSetMetaData
public boolean isReadOnly(final int column)
public boolean isWritable(final int column)
public boolean isDefinitelyWritable(final int column)
index validation must be done throwing an exception if not in range