activerecord4-redshift-adapter icon indicating copy to clipboard operation
activerecord4-redshift-adapter copied to clipboard

Update gem to handle deprecations

Open sidcpatel opened this issue 6 years ago • 1 comments

The PGconn, PGresult, and PGError constants are deprecated, and will be removed as of version 1.0.

You should use PG::Connection, PG::Result, and PG::Error instead, respectively.

sidcpatel avatar Dec 19 '19 18:12 sidcpatel

👍

fukajun avatar Sep 02 '20 04:09 fukajun