Andrey Svininykh created DERBY-6790:
---------------------------------------

             Summary: SYSCS_UTIL.SYSCS_PEEK_AT_IDENTITY increase to 100 after 
restart AD Network Server
                 Key: DERBY-6790
                 URL: https://issues.apache.org/jira/browse/DERBY-6790
             Project: Derby
          Issue Type: Bug
          Components: Network Client, Network Server
    Affects Versions: 10.11.1.1
            Reporter: Andrey Svininykh
            Priority: Critical


After restart application, the counter of generated column value increase to 
100 after each restarting. 

My table:

CREATE TABLE TICKETSNUM (ID INT GENERATED BY DEFAULT AS IDENTITY (START WITH 1, 
INCREMENT BY 1)); INSERT INTO TICKETSNUM VALUES (DEFAULT);

Get counter:

VALUES SYSCS_UTIL.SYSCS_PEEK_AT_IDENTITY('APP', 'TICKETSNUM');



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to