[feat] Adding Checker coverage statistics to CLI#4796
Open
bruntib wants to merge 2 commits intoEricsson:masterfrom
Open
[feat] Adding Checker coverage statistics to CLI#4796bruntib wants to merge 2 commits intoEricsson:masterfrom
bruntib wants to merge 2 commits intoEricsson:masterfrom
Conversation
43b232c to
b7bf230
Compare
b7bf230 to
1a3f9d2
Compare
barnabasdomozi
requested changes
Mar 9, 2026
Collaborator
barnabasdomozi
left a comment
There was a problem hiding this comment.
Currently, the web test cases are failing.
6c10d5b to
2d4d04a
Compare
The following query is successful with psycopg2 driver but fails with pg8000: SELECT COUNT(a), b, CASE WHEN c IN ($1, $2) THEN true ELSE false FROM my_table GROUP BY b, CASE WHEN c IN ($3, $4) THEN true ELSE false This fails because it is recognized as an SQL syntax error: "Column 'c' should be aggregated by a function or should occur in the GROUP BY section". It is there at the GROUP BY section, but the placeholders are different. It's theoretically possible that different values will be substituted in $1 and $3, though it will never happen. Unfortunately, SQL can't prove this, so it results a syntax error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.