Skip to content

Tags: flipbit03/sqlalchemy-easy-softdelete

Tags

v0.8.3

Toggle v0.8.3's commit message
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.

v0.8.2

Toggle v0.8.2's commit message
Fixed README.md

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplified tests (#17)

* Lint!

* Bump version: 0.8.0 → 0.8.1

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove some unneeded hard dependencies (#15)

* Removed unneeded hard dependencies.

* Bump version: 0.7.1 → 0.7.2

v0.7.1

Toggle v0.7.1's commit message
Preliminary SQLAlchemy 2.0 support (#14)

* SQLAlchemy 2.0 support.

* Makefile updates.

* Bump version: 0.6.4 → 0.7.0.

* Added way to run Docker tests manually (to test compatiblity with PostgreSQL).

* Tweak CI/CD test pipeline.

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support .union() queries using SQLAlchemy Core (#13)

* Make library support CompoundSelect

* Simplified some call sites for SQLAlchemy 2.0

* Updated Makefile

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated 2 dependencies to fix a CVE (#11)

* Updated 2 dependencies to fix a CVE

* Bump version: 0.6.1 → 0.6.2

v0.6.1

Toggle v0.6.1's commit message
Bump version: 0.6.0 → 0.6.1

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Nested JOINs (#9)

* Made ORMJoins be able to join with other ORMJoins recursively

* Bump version: 0.5.1 → 0.6.0

* Tweaks