[ http://issues.apache.org/jira/browse/DERBY-1238?page=all ] Rick Hillegas closed DERBY-1238: --------------------------------
> Add vacuous implementations for Connection.createStruct() and > Connection.createArray() > -------------------------------------------------------------------------------------- > > Key: DERBY-1238 > URL: http://issues.apache.org/jira/browse/DERBY-1238 > Project: Derby > Type: New Feature > Components: JDBC > Versions: 10.2.0.0 > Reporter: Rick Hillegas > Assignee: Kristian Waagan > Fix For: 10.2.0.0 > Attachments: derby-1238-1a.diff, derby-1238-1a.stat > > An upcoming rev of jdk16 will require that we add vacuous implementations of > the following new methods in Connection. We can just raise > SQLFeatureNotSupported because Derby does not support Array or Struct types: > Array createArray() throws SQLException; > Struct createStruct() throws SQLException; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
