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

Postgresql 10.10? #34

Open
JohnSmall opened this issue Dec 29, 2019 · 1 comment
Open

Postgresql 10.10? #34

JohnSmall opened this issue Dec 29, 2019 · 1 comment

Comments

@JohnSmall
Copy link

I'm having problems running the tests against a Postgresql 10.10 database. The tests run just fine in the docker container, which uses Postgresql 9.4.x

Against a 10.10 postgres db I get this error

   ODBC_UTF8::Error: INTERN (0) [RubyODBC]Too much parameters: SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 

Is this a problem with postgres 10.10, or is it another problem? I'm running client and db inside Ubuntu 18.04

@Muhammad-Arslan-Ahmad
Copy link

Muhammad-Arslan-Ahmad commented Sep 8, 2020

did u find any solution? facing same issues
INTERN (0) [RubyODBC]Too much parameters: SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2
(ActiveRecord::StatementInvalid)

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

No branches or pull requests

2 participants