[#6313] Wrong index column lists created
This commit is contained in:
parent
28e751e5ad
commit
186ef46795
@ -721,6 +721,7 @@ final class MetaImpl implements Meta, Serializable {
|
||||
|
||||
if (!indexName.equals(previousIndexName)) {
|
||||
previousIndexName = indexName;
|
||||
sortFields.clear();
|
||||
|
||||
name = DSL.name(
|
||||
record.get(0, String.class), // TABLE_CAT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user