ironic/releasenotes/notes/sqla-query-d5347ae962b06428.yaml
Dmitry Tantsur d44a658836
Remove legacy Query support from _paginate_query
It relies on risky stuff like nested read transactions, which are known
to be problematic on SQLite.

Change-Id: I61a885c0cb7555919279b3e21e872752dcffc64b
2024-09-12 19:59:58 -05:00

7 lines
181 B
YAML

---
other:
- |
Removes support for pre-SQLAlchemy 2.0 query objects from the internal
database API. Downstream plug-ins must be adjusted to use the new-style
queries.