Bryan Pendleton created DERBY-6906: -------------------------------------- Summary: Allow a GENERATED column to explicitly specify NO CYCLE Key: DERBY-6906 URL: https://issues.apache.org/jira/browse/DERBY-6906 Project: Derby Issue Type: Improvement Components: SQL Affects Versions: 10.13.0.0 Reporter: Bryan Pendleton Priority: Minor
DERBY-6852 added the ability for a GENERATED IDENTITY column to specify that it should have CYCLE behavior, utilizing the underlying CYCLE behavior of the SEQUENCE object. A column which does not wish to have CYCLE behavior is specified by omitting the the CYCLE keyword. It would be nice to allow a GENERATED IDENTITY column to explicitly specify that it should have NO CYCLE behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)