[#5890] H2Database orders tables by ID instead of NAME
This commit is contained in:
parent
c367e0bd45
commit
ccefb254ad
@ -302,7 +302,7 @@ public class H2Database extends AbstractDatabase {
|
||||
.where(Tables.TABLE_SCHEMA.in(getInputSchemata()))
|
||||
.orderBy(
|
||||
Tables.TABLE_SCHEMA,
|
||||
Tables.ID)
|
||||
Tables.TABLE_NAME)
|
||||
.fetch()) {
|
||||
|
||||
SchemaDefinition schema = getSchema(record.get(Tables.TABLE_SCHEMA));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user