postgresql_cursor icon indicating copy to clipboard operation
postgresql_cursor copied to clipboard

Deprecation warnings in Rails 6

Open aglushkov opened this issue 3 years ago • 0 comments

I use #each_instance_batch method to iterate over batches, and when it tries to find column types for postgresql enum columns it warns https://github.com/afair/postgresql_cursor/blob/4bec7faf1612ad9377cd618a91558a81dfdd84b7/lib/postgresql_cursor/cursor.rb#L238

/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/connection_adapters/abstract_adapter.rb:698: warning: deprecated Object#=~ is called on Integer; it always returns nil
/gems/2.7.0/gems/activerecord-6.0.3.4/lib/active_record/connection_adapters/abstract_adapter.rb:694: warning: deprecated Object#=~ is called on Integer; it always returns nil

ruby -v => ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux] rails -v => Rails 6.0.3.4

aglushkov avatar Nov 30 '20 12:11 aglushkov