[#7692] Compilation errors in generated code for PostgreSQL's pg_catalog schem
This commit is contained in:
parent
46d1d5053d
commit
daf7067885
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user