Closed machty closed 1 year ago
Thank you for looking into this and adding tests! I will review this shortly and cut a new release.
This has been working well for us on production for a few months now -- any chance we could this merged?
Thanks for the bump. I totally forgot about this PR.
@machty Thank you for your work on this! This is now released as v1.5.0.
In our app, we have more complex scopes with joins + distinct_on that cause something like the following error when you call
.count
on it. This PR fixes this, and also runs against actual Postgres rather than SQLite to more proactively surface issues like these in the future.