hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

[HHH-18022]fix setMaxValue interface issue in some database, such as openGauss

Open Huo662329 opened this issue 1 year ago • 4 comments

image

Huo662329 avatar Apr 26 '24 09:04 Huo662329

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+     ↳ Offending commits: [b7ae2fc2548d708749391b62d8023088d903459b]

› This message was automatically generated.

https://hibernate.atlassian.net/browse/OGM-1587

Huo662329 avatar Apr 28 '24 02:04 Huo662329

https://hibernate.atlassian.net/browse/OGM-1587

You should create an issue for ORM not OGM.

quaff avatar Apr 28 '24 03:04 quaff

https://hibernate.atlassian.net/browse/OGM-1587

You should create an issue for ORM not OGM.

get it https://hibernate.atlassian.net/browse/HHH-18022

Huo662329 avatar Apr 28 '24 03:04 Huo662329

I'll close the PR and Jira issue unless you can explain more clearly why you need this. You are in control of the dialect @Huo662329, so why don't you override Dialect#getSequenceInformationExtractor() to return a custom subtype which uses these methods instead?

beikov avatar Sep 12 '24 14:09 beikov