activerecord4-redshift-adapter
activerecord4-redshift-adapter copied to clipboard
Update gem to handle deprecations
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.
👍