mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-8005 Sybase 15 - nullable column are not nullable (when created by
SchemaExport)
This commit is contained in:
parent
3797e2150a
commit
212c50f5d7
@ -50,4 +50,9 @@ public int getInExpressionCountLimit() {
|
||||
protected SqlTypeDescriptor getSqlTypeDescriptorOverride(int sqlCode) {
|
||||
return sqlCode == Types.BLOB ? BlobTypeDescriptor.PRIMITIVE_ARRAY_BINDING : super.getSqlTypeDescriptorOverride( sqlCode );
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getNullColumnString() {
|
||||
return "null";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user