Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.10.1.1
-
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
Attachments
Issue Links
- relates to
-
DERBY-6000 Implement support for JDBC 4.2
- Closed