5fef2d68f3
This fixes "CompileError: Can't resolve label reference for ORDER BY / GROUP BY." error messages raised by sqlalchemy when the groupby expression includes a comma. Change-Id: Ia253175b45b8222aaee415ea535fa4102312be5a
7 lines
248 B
YAML
7 lines
248 B
YAML
---
|
|
fixes:
|
|
- |
|
|
``CompileError: Can't resolve label reference for ORDER BY / GROUP BY.``
|
|
errors that were sometimes raised by SQLAlchemy when using the v1 storage
|
|
backend and grouping on ``tenant_id`` and ``res_type`` have been fixed.
|