-
Type: Bug
-
Status: Applied
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF 1.2 CD 06
-
Component/s: Public Review
-
Labels:None
-
Proposal:
-
Resolution:
19.33 reads: The db:additional-column-statement attribute specifies a statement, which is placed after the column part of a "CREATE TABLE" SQL-statement, for a column whose value should be automatically incremented by the database engine upon data insertion.
After discussions with Ocke on 12.10 <db:auto-increment>, suggest:
The db:additional-column-statement attribute specifies the value for an AUTO_INCREMENT variable in an SQL statement.
This avoids commenting on how to perform the SQL operation.
********************
Correction:
This attribute specifies an auto-increment keyword and an optional start value, both of which are database specific.