This repository was archived by the owner on Aug 23, 2025. It is now read-only.
Implement Vertica support#1
Merged
rickbergfalk merged 1 commit intosqlpad:mastersqlpad/sqlpad:masterfrom Feb 6, 2015
dcelasun:masterCopy head branch name to clipboard
Merged
Implement Vertica support#1rickbergfalk merged 1 commit intosqlpad:mastersqlpad/sqlpad:masterfrom dcelasun:masterCopy head branch name to clipboard
rickbergfalk merged 1 commit intosqlpad:mastersqlpad/sqlpad:masterfrom
dcelasun:masterCopy head branch name to clipboard
Conversation
Collaborator
|
This is awesome - thanks @dcelasun! I'll aim to publish an updated sqlpad to npm sometime this weekend. |
Contributor
Author
|
I'm glad you like it! sqlpad is exactly what we are looking for our internal network, so I'm happy to contribute :) |
Collaborator
|
@dcelasun Vertica support has been published to npm. Really excited about the expanded support and thrilled to hear your team is getting some use out of it. Let me know if you'd like to be added as a contributor to the project or have commit rights - you're more than welcome. |
Contributor
Author
|
@rickbergfalk Thanks, I'd love to contribute more. We have a few more features in mind, so becoming a contributor and having commit rights would be great! I will of course discuss things with you before pushing anything :) |
Collaborator
|
great! I'll get you added |
rickbergfalk
pushed a commit
that referenced
this pull request
Apr 10, 2016
enable OAuth to work with --base-url
Closed
Deploying sqlpad with
|
| Latest commit: |
57cc866
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b7f973c8.sqlpad.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This PR adds support for the Vertica analytics database. I didn't introduce any new dependencies as Vertica can also work through the PostgreSQL protocol. The only thing that required modification was the information schema query as Vertica has a distinct metadata format.
Tested with latest stable Vertica 7.x.