We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any ideas? Our squash app is at rails version is 4.0.8 and pg version is at 0.17.1
E, [2014-11-14T13:39:54.134882 #9512] ERROR -- : PG::SyntaxError: ERROR: syntax error at or near "," LINE 1: ...admin" = $1 WHERE "memberships"."user_id,project_id" = 1,12 ^ : UPDATE "memberships" SET "admin" = $1 WHERE "memberships"."user_id,project_id" = 1, 12 F, [2014-11-14T13:39:54.145761 #9512] FATAL -- : ActiveRecord::StatementInvalid (PG::SyntaxError: ERROR: syntax error at or near "," LINE 1: ...admin" = $1 WHERE "memberships"."user_id,project_id" = 1, 12 ^ : UPDATE "memberships" SET "admin" = $1 WHERE "memberships"."user_id,project_id" = 1, 12): app/controllers/project/memberships_controller.rb:108:in `update' app/middleware/ping.rb:29:in `call'
The text was updated successfully, but these errors were encountered:
Looks like an incompatibility between your version of ActiveRecord and composite_primsry_keys. Might want to play around with gem versions.
Sorry, something went wrong.
No branches or pull requests
Any ideas? Our squash app is at rails version is 4.0.8 and pg version is at 0.17.1
The text was updated successfully, but these errors were encountered: