schema-tool icon indicating copy to clipboard operation
schema-tool copied to clipboard

vertica support is broken

Open adrean opened this issue 8 years ago • 1 comments

I've realized that the vertica support has been broken for some time now because of at least 2 changes in the vertica-python library:

  • using kwargs for connection : https://github.com/uber/vertica-python/pull/69
  • rowcount implementation : https://github.com/uber/vertica-python#rowcount-oddities

Those changes came in version 0.5.x of vertica-python

I've a fork and I'd be happy to contribute with a PR. I'll check first that there are not other changes that broke the support.

adrean avatar Feb 06 '18 07:02 adrean

Hey @adrean! Just checking to see if you still wanted to open a PR. I don't use vertica often, so if this is still a problem, please do contribute your fixes.

JohnMurray avatar Nov 05 '18 15:11 JohnMurray