Skip to content

Conversation

@mason-sharp
Copy link
Member

Add handling for sequences with an INCREMENT value.

The ORM framework Hibernate fetches a sequence value and increments it itself. We need to honor the sequence increment value to avoid the possibility of duplicates.

Hibernate gets sequence values and caches by range
for assignment within hibernate, leading to potential
duplicates.

Make use of INCREMENT value of sequence to force
updating of ms time portion.
@mason-sharp mason-sharp merged commit 6379065 into main Nov 23, 2025
9 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants