Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sqlalchemy): use
lambda_stmt
in the repository (#2179)
* feat: use `lambda_stmt` in the repository * fix: additional tests are now passing * fix: non-mocked tests are now passing * fix: fix updated remaining tests for lambda_stmt * feat: use `lambda_stmt` in the repository (Sourcery refactored) (#2180) 'Refactored by Sourcery' Co-authored-by: Sourcery AI <> * docs: update * fix: updated syntax * fix: remove debug print * fix: cleanup error handling and remove 23c for now * fix: correctly call method * chore: pre-commit linting * docs: typo correction * docs: adjusted information on SQL Alchemy field types * Update litestar/contrib/sqlalchemy/repository/_async.py Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de> * fix: updated fx call * feat: make delete_many a lambda_stmt * feat: lambdafiy update many * fix: remove `self` reference from lambda * fix: re-add `update` statement * fix: revert signature change * chore: linting * feat(sqlalchemy): adds override for forcing basic paginated query mode (#2200) feat: adds override for forcing basic paginated query mode --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de>
- Loading branch information