[jOOQ/jOOQ#9200] Fix OSS edition incompatibility
This commit is contained in:
parent
19a61d2214
commit
91a5f9e3db
@ -77,13 +77,13 @@ public class PostgresTableDefinition extends AbstractTableDefinition {
|
||||
public List<ColumnDefinition> getElements0() throws SQLException {
|
||||
List<ColumnDefinition> result = new ArrayList<>();
|
||||
|
||||
PostgresDatabase database = (PostgresDatabase) getDatabase();
|
||||
Field<String> dataType = COLUMNS.DATA_TYPE;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for (Record record : create().select(
|
||||
COLUMNS.COLUMN_NAME,
|
||||
COLUMNS.ORDINAL_POSITION,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user