[ 
https://issues.apache.org/jira/browse/DERBY-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758577#comment-13758577
 ] 

ASF subversion and git services commented on DERBY-6324:
--------------------------------------------------------

Commit 1520181 from [~myrna] in branch 'code/branches/10.10'
[ https://svn.apache.org/r1520181 ]

DERBY-6324; DatabaseMetaData.getJDBCMinorVersion() should return 2 now that 
we've implemented JDBC 4.2
  Backport of the fix of revision 1519785 to 10.10; 
  A straight merge was not possible because more jvm versions are supported in 
10.10.
                
> DatabaseMetaData.getJDBCMinorVersion() should return 2 now that we've 
> implemented JDBC 4.2
> ------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6324
>                 URL: https://issues.apache.org/jira/browse/DERBY-6324
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.10.1.1
>            Reporter: Rick Hillegas
>            Assignee: Myrna van Lunteren
>         Attachments: DERBY-6324_1010.diff, DERBY-6324_2.diff, DERBY-6324.diff
>
>
> 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 );

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to