[jOOQ/jOOQ#15325] Meta.ddl() generates broken DDL for DB2 and Derby table aliases
This commit is contained in:
parent
0db0beac81
commit
7119d5e3aa
@ -499,6 +499,13 @@ final class MetaImpl extends AbstractMeta {
|
||||
|
||||
|
||||
|
||||
// [#15325] DB2 and Derby also return ALIASES or SYNONYMS, respectively
|
||||
case DERBY:
|
||||
types = new String[] { "SYSTEM TABLE", "TABLE", "VIEW" };
|
||||
break;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user