-
Notifications
You must be signed in to change notification settings - Fork 96
Throw better exception when using CockroachDB with Identity and the type is not long #1338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 14, 2022
blafond
pushed a commit
that referenced
this issue
Jun 14, 2022
blafond
pushed a commit
that referenced
this issue
Jun 14, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 30, 2022
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jun 30, 2022
blafond
pushed a commit
to blafond/hibernate-reactive
that referenced
this issue
Sep 30, 2022
blafond
pushed a commit
to blafond/hibernate-reactive
that referenced
this issue
Sep 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using identity generation with CockroachDB, users should use Long.
Identity generation of type Integer or Short, usually fail because the id generated by Cockroach are too big.
From time to time, it might happen that the id generated for an Integer is valid and this might cause random issues.
The text was updated successfully, but these errors were encountered: