-
-
Couldn't load subscription status.
- Fork 3.7k
Oracle TimesTen Dialect for Hibernate 6.6 Updates #11140
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
base: 6.6
Are you sure you want to change the base?
Conversation
|
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 › This message was automatically generated. |
| @Override | ||
| public String castPattern(CastType from, CastType to) { | ||
| String result; | ||
| switch ( to ) { |
Check warning
Code scanning / CodeQL
Missing enum case in switch Warning
BOOLEAN
DOUBLE
FIXED
| } | ||
| break; | ||
| case STRING: | ||
| switch ( from ) { |
Check warning
Code scanning / CodeQL
Missing enum case in switch Warning
CLOB
DOUBLE
FIXED
16d3891 to
b29d486
Compare
|
Hi @beikov I just tested your new changes to address bug in the handling of static offsets I ran my tests using a hibernate-core local snapshot build out from this PR. And can confirm that the issue that I saw when using: Is now resolved. Thank you for taking the time to review this. |
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19888