Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
resultset metadata always indicate that column is writable
this concerns the following methods of [ResultSetMetaData |https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSetMetaData.html] public boolean isReadOnly(final int column) public boolean isWritable(final int column) public boolean isDefinitelyWritable(final int column) |
resultset metadata always indicate that column is writable
this concerns the following methods of [ResultSetMetaData |https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/ResultSetMetaData.html] 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 |
issue.field.resolutiondate | 2020-05-15 08:50:45.0 | 2020-05-15 08:50:45.765 |
Component/s | metadata [ 14002 ] | |
Fix Version/s | 2.6.1 [ 24276 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 108406 ] | MariaDB v4 [ 135168 ] |