shatteredsilicon / ssm-submodules

GNU Affero General Public License v3.0
0 stars 2 forks source link

Table list in QAN should be deduplicated #139

Closed gordan-bobic closed 1 year ago

gordan-bobic commented 1 year ago

When the query is complex with multiple aliases to the same table in multiple sub-selects, the tables are listed as many times as they are referenced in various FROM / JOIN clauses with different aliases. Duplicates should be removed from the list before displaying it.