#947 - Treat primitive boolean as NOT NULL - DDL as not null

This commit is contained in:
Rob Bygrave
2017-04-25 13:17:58 +12:00
parent 43408fcb87
commit a120c2aaee
2 changed files with 11 additions and 1 deletions
@@ -179,9 +179,9 @@ public class DeployUtil {
ScalarType<?> scalarType = getScalarType(property);
if (scalarType != null) {
// set the jdbc type this maps to
property.setDbType(scalarType.getJdbcType());
property.setScalarType(scalarType);
property.checkPrimitiveBoolean();
}
}