- Fix an SQLAlchemy future compatibility warning when executing text queries.
0.3.2
- Fix an SQLAlchemy future compatibility warning.
0.3.1
- Re-export all exceptions from `sqla_utils`. - Improve return type annotation of `Transaction.execute()`. - Fix exception message of `DBFixture.select_only_row()`.
0.3.0
Derive `UnknownItemError` from new exception `DataItemError` and add `DuplicateItemError`.
0.2.3
Only call `commit()` or `rollback()` from `Session.__exit__()` if the session is still active.