[#4970] PostgreSQL code generation does not stably order overloaded routines
This commit is contained in:
parent
323b9e2429
commit
65db390ee0
@ -702,7 +702,8 @@ public class PostgresDatabase extends AbstractDatabase {
|
||||
: trueCondition())
|
||||
.orderBy(
|
||||
r1.ROUTINE_SCHEMA.asc(),
|
||||
r1.ROUTINE_NAME.asc())
|
||||
r1.ROUTINE_NAME.asc(),
|
||||
field(name("overload")).asc())
|
||||
.fetch()) {
|
||||
|
||||
result.add(new PostgresRoutineDefinition(this, record));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user