vertica
vertica copied to clipboard
ruby 2.7 compatibility
Trying to run queries on a connection through the query
method and receiving the following warnings.
/Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/row_description.rb:19: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/column.rb:25: warning: The called method `build' is defined here
/Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/data_type.rb:45: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/data_type.rb:67: warning: The called method `initialize' is defined here
Is ruby 2.7 compatibility in the works or should I work on a PR or fork?