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

Improve ActiveRecord::QueryMethods#distinct #1882

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

bdewater
Copy link
Contributor

Motivation

We tried to use this in a way (passing a column name as argument) that doesn't work, and were caught off guard that Sorbet didn't warn us about it. This fixes that :)

Tests

Updated tests.

@bdewater bdewater requested a review from a team as a code owner April 23, 2024 15:33
Copy link
Contributor

@egiurleo egiurleo left a comment

Choose a reason for hiding this comment

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

Thanks for fixing!

@egiurleo egiurleo merged commit 2df42eb into Shopify:main Apr 23, 2024
18 of 19 checks passed
@bdewater bdewater deleted the ar-distinct branch April 23, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants