summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-db-sqlite-OperationalError-7934dbda2a21c69e.yaml
blob: 85a604ae4dea7daf67e0c1508f9c28e90d3360b7 (plain)
1
2
3
4
5
6
---
fixes:
  - |
    Fixes issues in Ironic's use of SQLAlchemy with SQLite Databases,
    which is common with users like Metal3, which prevented Ironic from
    supporting SQLAlchemy 2.0 properly, as autocommit was re-enabled.