Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was 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

@hfm

Description

@hfm

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|

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions