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 "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2009/12/18 16:55:18 UTC

[jira] Resolved: (DERBY-1553) With the change for DERBY-353 IDENTITY_VAL_LOCAL documentation needs to be changed to reflect the value inserted by the user for GENERATED BY DEFAULT

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

Bryan Pendleton resolved DERBY-1553.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.0.0

Committed to the docs trunk as revision 892286.

> With the change for DERBY-353 IDENTITY_VAL_LOCAL documentation needs to be changed to reflect the value inserted by the user for GENERATED BY DEFAULT
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1553
>                 URL: https://issues.apache.org/jira/browse/DERBY-1553
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6
>            Reporter: Kathey Marsden
>            Assignee: Bryan Pendleton
>            Priority: Minor
>             Fix For: 10.6.0.0
>
>         Attachments: docs.diff, rrefidentityvallocal.html
>
>
> The documentation for IDENTITY_VAL_LOCAL at http://db.apache.org/derby/docs/dev/ref/rrefidentityvallocal.html
> says:
> The INSERT statement must contain a VALUES clause on a table containing an identity column. 
> The assigned value is an identity value generated by Derby.
> but after the fix for DERBY-353 fix the value is the last value inserted into an identity column whether it it was generated by Derby or specified by the user in the case of GENERATED BY DEFAULT
> Perhaps we could just remove the sentence:
> The assigned value is an identity value generated by Derby.

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