[#7692] Compilation errors in generated code for PostgreSQL's pg_catalog schem

This commit is contained in:
lukaseder 2018-07-30 09:47:50 +02:00
parent 46d1d5053d
commit daf7067885

View File

@ -6242,6 +6242,9 @@ public class JavaGenerator extends AbstractGenerator {
}
else {
sqlDataTypeRef = SQLDataType.class.getCanonicalName() + ".OTHER";
if (sb.length() == 0)
sb.append(sqlDataTypeRef);
}
if (!dataType.nullable())