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

[8.x] Allow dabase password to be null #37418

Merged
merged 1 commit into from
May 19, 2021
Merged

Commits on May 19, 2021

  1. Allow dabase password to be null

    The current implementation demands the password to be a string, not null. However a password is not required when working on local environments or when using socks. For that reason the password in the schema importing and exporting tooling should also allow for nullable database passwords.
    luceos authored May 19, 2021
    Configuration menu
    Copy the full SHA
    cd153bd View commit details
    Browse the repository at this point in the history