Skip to content

Conversation

@beikov
Copy link
Member

@beikov beikov commented Nov 5, 2025

[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.


@hibernate-github-bot
Copy link

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: [a61bddb]

› This message was automatically generated.

return "to_clob(?1)";
case DATE:
if ( from == CastType.STRING ) {
return "to_date(?1,'YYYY-MM-DD')";

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
BOOLEAN
,
DOUBLE
,
FIXED
, or 10 more.
}
break;
case TIMESTAMP:
if ( from == CastType.STRING ) {

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
CLOB
,
DOUBLE
,
FIXED
, or 10 more.
@beikov beikov merged commit 8f37346 into hibernate:main Nov 6, 2025
23 of 25 checks passed
@beikov beikov deleted the timesten-main branch November 6, 2025 09:00
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.

2 participants