You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the user to hard ignore certain tables from soft-deletion (#23)
* Update README.md with usage examples for ignored_tables=
* Change deprecated stmt.froms to stmt.get_final_froms()
* Updated isort in .pre-commit-config.yaml
* Implemented and fixed tests.
SQLAlchemy 2.0 Support with 3.9/3.10/3.11 tests by NOX
* Simplified pyproject.toml
* Implement Nox and tests for 3.9 / 3.10 / 3.11 in both SQLA 1.4 and 2.0
* Implement multiple version testing in Github Actions using the matrix strategy.
Support .union() queries using SQLAlchemy Core (#13)
* Make library support CompoundSelect
* Simplified some call sites for SQLAlchemy 2.0
* Updated Makefile