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: http://issues.apache.org/jira/browse/DERBY-1553
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.2.0.0
            Reporter: Kathey Marsden
            Priority: Minor


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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to