Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8369432

Add Support for JDBC 4.5 MR

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None

      The JDBC 4.5 MR is small update to the JDBC specification which will:

      - Deprecate SQLPermission for removal
      - Enhance the Blob/Clob/Array/SQLXML/NClob interfaces to extend/support AutoClosable
      - Add the SQL types DECFLOAT, JSON to Types.Java and JDBCType.java
      - Add the quoted identifier methods that we added previously to the Statement interface in JDK 9 to the Connection interface (with the exact same verbiage & default methods)
      - Clarify the Timestamp::hashCode method which incorrectly indicates that nanos are not used when calculating the hash

            lancea Lance Andersen
            lancea Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: