-
Notifications
You must be signed in to change notification settings - Fork 367
Closed as not planned
Description
In some cases select statement contains duplicate key columns which causes BadSqlGrammarException when "order by" gets included in sql.
Code that causes duplication:
Lines 537 to 539 in 21e8d9a
for (SqlIdentifier keyColumn : keyColumns) { | |
columnExpressions.add(table.column(keyColumn).as(keyColumn)); | |
} |
Metadata
Metadata
Assignees
Labels
No labels