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

[PG]: Fix selectDistinctOn not working with multiple columns #1466

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

L-Mario564
Copy link
Collaborator

selectDistinctOn didn't work with multiple columns due to a small oversight of passing the separator param in sql.join as a string instead of using the sql operator. This PR fixes that and closes #963.

@Angelelz
Copy link
Collaborator

Angelelz commented Nov 4, 2023

Does it make sense to create a test for this?

@L-Mario564
Copy link
Collaborator Author

Does it make sense to create a test for this?

Good idea. Now implemented.

@AndriiSherman AndriiSherman merged commit 501e283 into drizzle-team:beta Nov 27, 2023
4 checks passed
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.

3 participants