Support for INCREMENT option in identity columns
------------------------------------------------
Key: CORE-5430
URL: http://tracker.firebirdsql.org/browse/CORE-5430
Project: Firebird Core
Issue Type: Improvement
Components: Engine
Reporter: Adriano dos Santos Fernandes
<column definition> ::=
<name> <type> GENERATED BY DEFAULT AS IDENTITY [ ( <identity column
option>... ) ] <constraints>
<identity column option> ::=
START WITH <value> |
INCREMENT [ BY ] <value>
<alter column definition> ::=
<name> RESTART [ WITH <value> ] |
<name> SET INCREMENT [ BY ] <value>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel