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

Update vertica_python.py with DefaultDialect get_multi* functions #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gibson3659
Copy link

Added get_multi functions to so they default to DefaultDialect instead of PostgresDialect. Without these additions, I had issues with inspection queries coming through from postgres dialect and failing. Also added a simple bypass for getting temporary tables that was failing. Since I'm not concerned about temporary tables in my project, the function simply returns an empty list.

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

Successfully merging this pull request may close these issues.

1 participant