odbc_adapter icon indicating copy to clipboard operation
odbc_adapter copied to clipboard

Postgresql 10.10?

Open JohnSmall opened this issue 6 years ago • 1 comments

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

JohnSmall avatar Dec 29 '19 14:12 JohnSmall

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)

Muhammad-Arslan-Ahmad avatar Sep 08 '20 06:09 Muhammad-Arslan-Ahmad