Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby 2.7 compatibility #76

Open
Jakanapes opened this issue Jul 7, 2021 · 0 comments
Open

ruby 2.7 compatibility #76

Jakanapes opened this issue Jul 7, 2021 · 0 comments

Comments

@Jakanapes
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant