[#3255] DataTypeException: Cannot convert from "" (class java.lang.String) to class [B when casting to MySQL BINARY types
This commit is contained in:
parent
817fabc38e
commit
7077eb7125
@ -7642,7 +7642,7 @@ public class DSL {
|
||||
*/
|
||||
@Support
|
||||
public static <T> Field<T> cast(Object value, DataType<T> type) {
|
||||
return Utils.field(value, type).cast(type);
|
||||
return Utils.field(value).cast(type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user