vertica icon indicating copy to clipboard operation
vertica copied to clipboard

Ruby adapter for Vertica databases

Results 12 vertica issues
Sort by recently updated
recently updated
newest added

https://github.com/wvanbergen/vertica/issues/76

Trying to run queries on a connection through the `query` method and receiving the following warnings. ```ruby /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 **...

Vertica raises an exception for GEOM datatype

Hey Team, We are facing an issue with the Vertica library when a row_handler is passed to query execution. Scenario : Query1: `select * from persons limit 0;` This is...

Can we have a Read Timeout and Connection Timeout as a separate option? Something like this : https://github.com/vertica/vertica-python/commit/b5f1e44f16f18ff476071be7aa05355fc9e913b5#diff-04c6e90faac2675aa89e2176d2eec7d8R186

There recently was a [new PR](https://github.com/vertica/vertica-python/pull/249) merged in `vertica-python` that bumped wire protocol support to v3.4 and added a bunch of comments and descriptions. As you may know or not,...

I don't know why, off hand, but I see the following sequence of events after doing an `INSERT INTO .... SELECT ....`: ``` Vertica::Query#initialize Vertica::Query#handle_data_row(#) Vertica::Query#handle_command_complete(#) Vertica::Query#handle_data_row(#) /opt/nexia_analytics_loader/shared/vendor/bundle/ruby/2.4.0/gems/vertica-1.0.3/lib/vertica/query.rb:109:in `buffer_row': undefined...

I'm getting this error message: The sending password for ‘’, encryption algorithm MD5 does not match the effective server configured encryption algorithm SHA512", "File"=>"/scratch_a/release/svrtar21996/vbuild/vertica/Basics/ClientAuthentication.cpp", "Line"=>"410", "Routine"=>"password_verify"}> Completed 500 Internal Server...

Hi, Looking at the documentation and the code, it does not seem possible to specify multiple hosts to connect to, and have the adapter connect randomly to a host from...