summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-NotCommitting-utils-fed6df0e2f85edfa.yaml
blob: c57fbadb94b74a1710a5e8a7218fc27d0cb031f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
upgrade:
  - |
    The following helpers have been removed from the
    ``oslo_db.sqlalchemy.utils`` module:

    - ``NonCommittingConnectable``
    - ``NonCommittingEngine``
    - ``NonCommittingConnection``
    - ``NonCommittingTransaction``

    These were unused outside of oslo.db and were not compatible with
    SQLAlchemy 2.0. In addition, the ``RollsBackTransaction`` fixture has
    been removed from ``oslo_db.sqlalchemy.test_fixtures``. This was
    similarly unused and presented similar compatibility issues.