Commit a87b134
committed
[fix] SQLAlchemy warning on subquery in IN clause
The follow warning message suggests that the IN clause should be given
the query instead of the subquery object:
codechecker_server/api/report_server.py:3554: SAWarning: Coercing Subquery object into a select() for use in IN(); please pass a select() construct explicitly1 parent ee60f17 commit a87b134
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3535 | 3535 | | |
3536 | 3536 | | |
3537 | 3537 | | |
3538 | | - | |
3539 | | - | |
3540 | 3538 | | |
3541 | 3539 | | |
3542 | 3540 | | |
| |||
0 commit comments