beets/beets/dbcore
Šarūnas Nejus d22c497dc0
Use table-qualified names in any field query
In order to include the table name for fields in this query, use the
`field_query` method.

Since `AnyFieldQuery` is just an `OrQuery` under the hood, remove it and
construct `OrQuery` explicitly instead.
2025-01-19 01:09:11 +00:00
..
__init__.py Remove some lint exclusions and fix the issues 2024-09-21 11:59:19 +01:00
db.py Unify query construction logic 2025-01-19 01:09:11 +00:00
query.py Use table-qualified names in any field query 2025-01-19 01:09:11 +00:00
queryparse.py Use table-qualified names in any field query 2025-01-19 01:09:11 +00:00
types.py Properly type db on the model, sort out generic types issues (#5545) 2024-12-19 16:46:38 +00:00