mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-23 19:57:08 +00:00
Fix SqlTypes::isStringType
This commit is contained in:
parent
4ca8377500
commit
e9a7a57d13
@ -684,6 +684,7 @@ public static boolean isStringType(int typeCode) {
|
||||
case Types.BINARY:
|
||||
case Types.VARBINARY:
|
||||
case Types.LONGVARBINARY:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user