Commit 470fbab
committed
Fixes SQL filtering for conversation type matching
Replaces use of 'in' operator with SQLAlchemy's 'in_' method
to ensure correct filtering of conversation types in queries.
Prevents potential logical errors and improves query reliability.1 parent 877e4df commit 470fbab
File tree
1 file changed
+6
-5
lines changed- services/web/server/src/simcore_service_webserver/conversations
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments