Skip to content

Conversation

@gavinking
Copy link
Member

[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

hibernate-github-bot bot commented Jun 28, 2025

Thanks for your pull request!

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

❌ The pull request title should contain at least 2 words to describe the change properly
❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [372ea5e, b4539db, 64f3b7f, 02ab7f4, c7fa919, 70eee7b, 6f44701, 58ed57d, e63b95c, 7c1f4f0, 1d75d5d, f3740aa, 206fe6f, cec73b0, 377f087, c25c2fc, 457eaee, 92d8f07]

› This message was automatically generated.

@Override
public String castPattern(CastType from, CastType to) {
if ( from == CastType.BOOLEAN ) {
switch ( to ) {

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
BOOLEAN
,
CLOB
,
DATE
, or 13 more.
@gavinking gavinking merged commit 8c8eaf8 into hibernate:main Jun 29, 2025
24 of 26 checks passed
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.

1 participant