You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Usingthelastargumentaskeywordparametersisdeprecated;maybe ** shouldbeaddedtothecall/Users/jakanapes/.gem/ruby/2.7.1/gems/vertica-1.0.3/lib/vertica/column.rb:25: warning: Thecalledmethod`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' isdefinedhere
Is ruby 2.7 compatibility in the works or should I work on a PR or fork?
The text was updated successfully, but these errors were encountered:
Trying to run queries on a connection through the
query
method and receiving the following warnings.Is ruby 2.7 compatibility in the works or should I work on a PR or fork?
The text was updated successfully, but these errors were encountered: