Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.2.1.6
-
None
-
Newcomer
Description
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.