Correct PostreSQL connection string & Allow targets to customize default database name in connection examples#1577
Merged
Eugeny merged 11 commits intowarp-tech:mainfrom Jan 24, 2026
Conversation
Contributor
Author
|
Now example strings look like: psql -U '[email protected]#STEEZY-DATABASE' --host 'warp.steezycougar.com' --port 55432 -W my-custom-db-name-example |
Contributor
Author
Contributor
Author
|
I'll revise this PR within the next several days most likely, but for right now it's still WIP |
cbea763 to
7b72336
Compare
7b72336 to
48bfbc9
Compare
…t with upstream m00025_ldap_uuid_attribute
Contributor
Author
|
@Eugeny this should be ready for review again! Apologies on taking so long, had a few migration conflicts and then got distracted with some other personal projects |
Member
|
Thank you! I've moved |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Adds support for targets to specify a custom default database name that will be used in connection string examples shown to users.
Changes
default_database_namefield to target configuration (MySQL and Postgres targets only)UI Changes
Bug Fix
-Wflag instead of invalid--passwordflag