Skip to content

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

Open
bruntib wants to merge 1 commit intoEricsson:masterfrom
bruntib:subquery_in
Open

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

Conversation

@bruntib
Copy link
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
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.

1 participant