You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ruby-pg v1.5, PG::Connection::CONNECT_ARGUMENT_ORDER has become private_constant by ged/ruby-pg#522. As a result, posgra raises errors as follows when connecting to postgres.
Since ruby-pg v1.5,
PG::Connection::CONNECT_ARGUMENT_ORDERhas become private_constant by ged/ruby-pg#522. As a result, posgra raises errors as follows when connecting to postgres.posgra/lib/posgra/client.rb
Line 337 in 375173d