Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1238

Add vacuous implementations for Connection.createStruct() and Connection.createArray()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.2.1.6
    • 10.2.1.6
    • JDBC
    • None
    • Patch Available

    Description

      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;

      Attachments

        1. derby-1238-1a.stat
          0.4 kB
          Kristian Waagan
        2. derby-1238-1a.diff
          8 kB
          Kristian Waagan

        Issue Links

          Activity

            People

              kristwaa Kristian Waagan
              rhillegas Richard N. Hillegas
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: