Files
beets/beetsplug/bpd
Šarūnas Nejus 20e6ec222c Centralize field query construction in query classes
- Move field alias handling, shared-table qualification, and path pattern
  normalization into FieldQuery.from_model with a query-specific
  normalize_pattern hook.
- Update query parsing and plugin call sites to construct queries through
  query_cls.from_model and remove redundant model-level field query helpers.
  This keeps model entrypoints focused on orchestration and colocates
  transformation behavior with the query types that own it.
2026-07-13 18:43:22 +01:00
..