Skip to content

[fix] SQLAlchemy warning on subquery in IN clause#4791

Merged
bruntib merged 1 commit intoEricsson:masterfrom
bruntib:subquery_in
Feb 26, 2026
Merged

[fix] SQLAlchemy warning on subquery in IN clause#4791
bruntib merged 1 commit intoEricsson:masterfrom
bruntib:subquery_in

Conversation

@bruntib
Copy link
Copy Markdown
Contributor

@bruntib bruntib commented Feb 25, 2026

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 explicitly

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 explicitly
@bruntib bruntib added this to the release 6.28.0 milestone Feb 25, 2026
@bruntib bruntib requested a review from vodorok as a code owner February 25, 2026 14:40
@bruntib bruntib merged commit a952b16 into Ericsson:master Feb 26, 2026
9 checks passed
@bruntib bruntib deleted the subquery_in branch February 26, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants