sqlalchemy-easy-softdelete icon indicating copy to clipboard operation
sqlalchemy-easy-softdelete copied to clipboard

added support aliased table

Open uralbash opened this issue 1 year ago • 1 comments

    sdparent_alias = aliased(SDParent)
    test_query: Query = seeded_session.query(SDChild).join(sdparent_alias)  # noqa -- wrong typing stub in SA

uralbash avatar Apr 18 '24 07:04 uralbash

@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!

flipbit03 avatar Apr 19 '24 02:04 flipbit03

Tests were not provided and no further interaction, closing

flipbit03 avatar Jun 11 '24 20:06 flipbit03