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

Add default connection database name #141

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Add default connection database name #141

merged 1 commit into from
Jul 8, 2022

Conversation

sitingren
Copy link
Member

The connection string requires a database name:

vertica://(user):(password)@(host):(port)/(database)?(queryArgs)

After changes, the connection string can in the form of

vertica://(user):(password)@(host):(port)?(queryArgs)
or
vertica://(user):(password)@(host):(port)/?(queryArgs)

The client uses empty string as default database name, and the server will try to log into the current running database.

@sitingren sitingren merged commit a9d41e7 into vertica:master Jul 8, 2022
@sitingren sitingren deleted the dbname branch July 8, 2022 06:38
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