Commit 592291d
committed
refactor: Improve field operation detection in query builder
- Refactored `_detect_field_operation` method in `_MetodQueryBuilder` to streamline the detection of field operations.
- Ensured that the `_not_in` suffix is prioritized to prevent false positives when matching with `_in`.
- Cleaned up unnecessary comments and improved code clarity for better maintainability.1 parent 3ba28d5 commit 592291d
File tree
1 file changed
+1
-5
lines changed- py_spring_model/py_spring_model_rest/service/curd_repository_implementation_service
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 124 | | |
| 125 | + | |
130 | 126 | | |
131 | 127 | | |
132 | 128 | | |
| |||
0 commit comments