You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Andrey Svininykh (JIRA)" <ji...@apache.org> on 2015/01/30 13:46:34 UTC

[jira] [Created] (DERBY-6790) SYSCS_UTIL.SYSCS_PEEK_AT_IDENTITY increase to 100 after restart AD Network Server

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)