ConsultingMD / activerecord5-redshift-adapter

Other
45 stars 155 forks source link

Fix PG Deprecation warnings #11

Closed coleby210 closed 7 years ago

coleby210 commented 7 years ago

Similar to this issue: https://github.com/rails/rails/issues/29521

The changes here stops the warnings.

coleby210 commented 7 years ago

@RoryO Thoughts? 👍

RoryO commented 7 years ago

Great idea. Thanks!

y-yagi commented 6 years ago

@RoryO Are there any plans for releasing new versions containing this fix?

Since these modified classes have been deleted with pg gem 1.0, in order to use activerecord5-redshift-adapter with pg gem 1.0, it is necessary to release gem containing this fix.