Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Posgra doesn't work with ruby-pg v1.5.0 onwards #13

Open
hfm opened this issue Nov 13, 2023 · 0 comments
Open

Posgra doesn't work with ruby-pg v1.5.0 onwards #13

hfm opened this issue Nov 13, 2023 · 0 comments

Comments

@hfm
Copy link

hfm commented Nov 13, 2023

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.

NameError:
  private constant PG::Connection::CONNECT_ARGUMENT_ORDER referenced

PG::Connection::CONNECT_ARGUMENT_ORDER.each do |key|

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant