paragonie/easydb

connection error displays username password

jjokham opened this issue · 1 comments

Connection error message shows username and password.
Running php 7.2, easydb 2.8.0.

Update to v2.9.0, and change your code to use the new Factory method:

- Factory::create($dsn, $username, $password, $options);
+ Factory::fromArray([$dsn, $username, $password, $options]);