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

DatabaseMetaData.getJDBCMinorVersion() should return 2 now that we've implemented JDBC 4.2

    XMLWordPrintableJSON

Details

    • Normal
    • Newcomer, Repro attached
    • Deviation from standard

    Description

      Now that the work on DERBY-6000 is done, DatabaseMetaData.getJDBCMinorVersion() should return 2 rather than 1. The following script shows that we're still returning 1:

      connect 'jdbc:derby:memory:db;create=true';

      call syscs_util.syscs_register_tool( 'databaseMetaData', true );

      values getJDBCMajorVersion();
      values getJDBCMinorVersion();

      call syscs_util.syscs_register_tool( 'databaseMetaData', false );

      Attachments

        1. DERBY-6324_1010.diff
          5 kB
          Myrna van Lunteren
        2. DERBY-6324_2.diff
          6 kB
          Myrna van Lunteren
        3. DERBY-6324.diff
          6 kB
          Myrna van Lunteren

        Issue Links

          Activity

            People

              myrna Myrna van Lunteren
              rhillegas Richard N. Hillegas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: