Closed DarkSide666 closed 2 years ago
We can have connection string with empty password and in such case password is not set in dsn array. This should fix that.
For example
'dsn' => "mysql://root@localhost:3307/my_dbase;charset=utf8mb4",
PR LGTM, especially for sqlite DSN
We can have connection string with empty password and in such case password is not set in dsn array. This should fix that.
For example