Commit 83ca0bb
fix: Remove recursion_depth from
* fix: Remove recursion_depth from selectinload in TagService
- Removed the
ecursion_depth parameter from the selectinload function in the provide_tags_service function.
- This resolves the InvalidRequestError caused by using
ecursion_depth in a non-self-referential relationship.
* fix: function changes
---------
Co-authored-by: Cody Fincher <cody@litestar.dev>selectinload in TagService (#194)1 parent b35130f commit 83ca0bb
File tree
6 files changed
+601
-575
lines changed- src/app/domain
- accounts
- tags
- teams
6 files changed
+601
-575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments