Skip to content

Commit d8df261

Browse files
quaffgavinking
authored andcommitted
Fix SqlTypes::isStringType
1 parent fc7fc47 commit d8df261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/type/SqlTypes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ public static boolean isStringType(int typeCode) {
684684
case Types.BINARY:
685685
case Types.VARBINARY:
686686
case Types.LONGVARBINARY:
687+
return true;
687688
default:
688689
return false;
689690
}

0 commit comments

Comments
 (0)