-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unable to submit password if it wasn't specified in connection string #276
Comments
Same on Windows. |
@snuyanzin do you think this is jline related? |
It could be solved on any side. |
I think it's better to implement on SqlLine side since making change in JLine might take long. |
@snuyanzin Your draft looks good - I'll fix it up a little and commit. I'd like to start a release vote today or tomorrow. Can you please create a PR, so we have your permission to contribute. And, thank you for moving so fast on this. I know it is hard to fine time to work on open source when there are $dayjob commitments. |
Thanks for merging! |
Fixed as 714544e, with test case d79e942 (PR #280). Thanks, @snuyanzin! |
For the case when only URL and username are specified in the connection string, it is impossible to submit a password in the next line:
When the password is entered, Enter/Return key gets appended to the password.
Stack trace after terminating:
This issue is reproduced on Linux, not sure about other OS.
Also, Home’ key on Windows does not move the cursor to the beginning of the line in sqlline session. I guess somehow the key mapping is missing or wrong. Not only the ‘Return/Enter' key and the ‘Home’ key.
The text was updated successfully, but these errors were encountered: