Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: distinct and order by in invocation #156

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

matthias-Q
Copy link
Collaborator

Closes #154

Distinct has been misidentified as a field. The pg specific order by was not working at all (we had a test for that)

@DerekStride should we add a CI test that checks for ERROR in the tests? (excluding error.txt) to avoid this from happening again?

@matthias-Q matthias-Q requested review from DerekStride and dmfay and removed request for DerekStride June 19, 2023 17:46
Copy link
Owner

@DerekStride DerekStride left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A CI check for ERROR nodes is a good idea 👍

@matthias-Q matthias-Q merged commit 98a7fc9 into DerekStride:main Jun 19, 2023
@matthias-Q matthias-Q deleted the fix_distinct_invocation branch June 19, 2023 18:47
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.

ERROR on COUNT(DISTINCT tbl.field)
2 participants