You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2007/05/28 09:31:15 UTC

[jira] Closed: (DERBY-1389) IS_AUTOINCREMENT column should be returned as part of the Database description returned by DatabaseMetaData.getColumns

     [ https://issues.apache.org/jira/browse/DERBY-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren closed DERBY-1389.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.2.1.6
                   10.2.2.0

A change related has gone into trunk before branching of 10.2, so it has been fixed in those releases.
Closing.

> IS_AUTOINCREMENT column should be returned as part of the Database description returned by DatabaseMetaData.getColumns
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1389
>                 URL: https://issues.apache.org/jira/browse/DERBY-1389
>             Project: Derby
>          Issue Type: New Feature
>          Components: JDBC
>            Reporter: V.Narayanan
>            Assignee: V.Narayanan
>             Fix For: 10.2.2.0, 10.2.1.6
>
>         Attachments: IS_AUTOINCREMENT_v1.diff, IS_AUTOINCREMENT_v1.stat, IS_AUTOINCREMENT_v2.diff, IS_AUTOINCREMENT_v2.stat, testonfreshworkspace.out, testwithchanges.out
>
>
>    Copied from the Javadoc for DatabaseMetaData from this location
>    http://download.java.net/jdk6/docs/api/java/sql/DatabaseMetaData.html
>    IS_AUTOINCREMENT String => Indicates whether this column is auto incremented
>     * YES --- if the column is auto incremented
>     * NO --- if the column is not auto incremented
>     * empty string --- if it cannot be determined whether the column is auto incremented parameter is unknown 
>     

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.