Skip to content

Conversation

@beikov
Copy link
Member

@beikov beikov commented Nov 4, 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

hibernate-github-bot bot commented Nov 4, 2025

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

› This message was automatically generated.

switch ( to ) {
case INTEGER:
case LONG:
result = BooleanDecoder.toInteger( from );

Check warning

Code scanning / CodeQL

Missing enum case in switch

Switch statement does not have a case for [BOOLEAN](1), [DOUBLE](2), [FIXED](3), or 8 more.
switch ( from ) {
case BOOLEAN:
case INTEGER_BOOLEAN:
case TF_BOOLEAN:

Check warning

Code scanning / CodeQL

Missing enum case in switch

Switch statement does not have a case for [CLOB](1), [DOUBLE](2), [FIXED](3), or 8 more.
@beikov beikov merged commit 817b5b8 into hibernate:7.1 Nov 5, 2025
3 of 24 checks passed
@beikov beikov deleted the timesten-7.1 branch November 5, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants