-
Notifications
You must be signed in to change notification settings - Fork 26
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
Postgres compatibility #5
Comments
Hey @excid3 I'll look into it this week. Thanks for these reports, this certainly should be compatible with postgres! |
jorgemanrubia
added a commit
that referenced
this issue
Aug 30, 2021
This was making Postgres chockle: ```sql NOT IN (SELECT "console1984_sessions"."id" ``` #5
jorgemanrubia
added a commit
that referenced
this issue
Aug 30, 2021
This was making Postgres choke: ```sql NOT IN (SELECT "console1984_sessions"."id" ``` #5
Released v0.1.1 with a fix for this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ran into this running on a Postgres app, but wasn't able to pinpoint what needed to change.
I think the Auditable
distinct
calls need to use agroup_by
instead?The text was updated successfully, but these errors were encountered: