Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.11.1.1
-
None
-
Blocker
Description
The work on DERBY-6542 has introduced a new system function. This function is used to check the next value which will be issued for an identity column. It is similar to the existing SYSCS_UTIL.SYSCS_PEEK_AT_SEQUENCE function for sequences. We need to document this new function:
BIGINT SYSCS_UTIL.SYSCS_PEEK_AT_IDENTITY
( IN SCHEMANAME VARCHAR(128), IN TABLENAME VARCHAR(128) )
All users have permission to run this function.
Attachments
Attachments
Issue Links
- relates to
-
DERBY-6542 Improve the concurrency of identity columns by using SYS.SYSSEQUENCES
- Closed