forked from litestar-org/litestar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sqlalchemy): allow repository functions to be filter by expressi…
…ons (litestar-org#2265) * feat: allow queries to be filter by expressions as well. * feat: allow queries to be filter by expressions as well. * fix(sqlalchemy-repositories): Fixed type hints and extended filter support for all relevant repository methods. * test(sqlalchemy-repository-filter): Added tests for relevant repository methods that supports filter. * fix: updated lock file * fix: test case update * feat: allow queries to be filter by expressions as well. * fix(sqlalchemy-repositories): Fixed type hints and extended filter support for all relevant repository methods. * test(sqlalchemy-repository-filter): Added tests for relevant repository methods that supports filter. * fix: updated lock file * fix: test case update * chore: remove FIXME as the issue has been fixed in previous commit * fix: filtering updates --------- Co-authored-by: Alc-Alc <alc@localhost> Co-authored-by: Na'aman Hirschfeld <[email protected]>
- Loading branch information
1 parent
6fe22e4
commit 7badaf5
Showing
3 changed files
with
129 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters