Files
galaxy/scripts
Sergey Golitsynskiy 3cd1c7f1c7 Handle DedupedColumnCollection in db_indexes
This should fix the `scripts/check_model.py` script and the database
indexes github workflow.

Accessing index columns has changed: index.columns gives access to a
DedupedColumnCollection instead of a ColumnCollection.
Columns can be accessed by key; keys are accessed via keys() attr.

Ref:
https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#select-objects-and-derived-from-clauses-allow-for-duplicate-columns-and-column-labels
https://docs.sqlalchemy.org/en/14/core/sqlelement.html?highlight=dedupecolumncollection#sqlalchemy.sql.expression.ColumnCollection
2021-05-18 19:00:55 -04:00
..
2021-02-02 16:04:44 -05:00
2020-10-07 11:52:13 +01:00
2020-10-07 11:52:13 +01:00
2020-10-07 11:52:13 +01:00
2021-03-30 12:11:48 -04:00
2021-05-11 13:47:00 -04:00
2020-10-07 11:52:13 +01:00