-
Notifications
You must be signed in to change notification settings - Fork 680
Feat/341/rework password logic #1436
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
Merged
rolandwalker
merged 19 commits into
dbcli:main
from
scottnemes:feat/341/rework-password-logic
Jan 20, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8ff1879
Reworked password logic. Saving before things get more weird.
scottnemes c19bdb7
Tweaking defaults to try and make all the password options to play nice.
scottnemes 9bc7a60
Updated tests
scottnemes 44e3b03
Merge remote-tracking branch 'origin/main' into feat/341/rework-passw…
scottnemes 1732cf3
Merge remote-tracking branch 'origin/main' into feat/341/rework-passw…
scottnemes 67eb501
Updated changelog. Added separate envvar handling for MYSQL_PWD.
scottnemes 2fd8107
Fixed typo
scottnemes 6945990
Removed final password prompt to mimic vendor client functionality no…
scottnemes f8ad468
Simplified the code a bit after realizing the vendor client behavior …
scottnemes 005d257
Fixed envvar step to work with latest logic
scottnemes 867f915
Fixed condition, didn't make sense
scottnemes da6ed82
Merge remote-tracking branch 'origin/main' into feat/341/rework-passw…
scottnemes dd2346f
Synced with main
scottnemes 59f3870
Merge remote-tracking branch 'origin/main' into feat/341/rework-passw…
scottnemes ffe5178
Added custom click parsing class to determine when the password argum…
scottnemes ff4ad5e
Updated comments
scottnemes 02698b4
Removed custom click class. Added check for DSN URI when password is …
scottnemes 97f637a
Updated changelog
scottnemes 02ecd6a
Synced from main
scottnemes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still not sure about this, and predict we will get some issues filed. But we can try it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were you expecting a different behavior? Thought this is what we talked about last. I could add back in the option ordering logic and only check for the DSN URI if the password option/flag is the last one, maybe that's what you were thinking?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your call!