Skip to content

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

Closed
DavideD opened this issue Jun 14, 2022 · 0 comments · Fixed by #1339
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Jun 14, 2022

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.

@DavideD DavideD added the enhancement New feature or request label Jun 14, 2022
@DavideD DavideD added this to the next milestone Jun 14, 2022
@DavideD DavideD self-assigned this 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
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 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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant