sqlalchemy-easy-softdelete
sqlalchemy-easy-softdelete copied to clipboard
added support aliased table
sdparent_alias = aliased(SDParent)
test_query: Query = seeded_session.query(SDChild).join(sdparent_alias) # noqa -- wrong typing stub in SA
@uralbash thank you for your PR, this is a nice addition! We've got some failing tests for now, which need handling. I'll give it a thorough review next week - if you have some spare cycles, it would be great if you could ensure that the tests are passing for the Python versions we are currently supporting.
Thanks again!
Tests were not provided and no further interaction, closing