You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to be able to specify \PDO::ATTR_ options when connecting to the database. It would also be nice to have it in the docs for both \PDO::ATTR_ and \PDO::MYSQL_ATTR_ options.
This is a:
enhancement
Phinx Version: 0.11.4 hash: 10e8c3f
Platform and Target: nginx, MySQL 5.7, PHP 7.2
What you did
I need to specify
\PDO::ATTR_options for MySQL connection, but Phinx only allow\PDO::MYSQL_ATTR_options.Example
What happened
There's no way to do it currently.
What you expected to happen
I expect to be able to specify
\PDO::ATTR_options when connecting to the database. It would also be nice to have it in the docs for both\PDO::ATTR_and\PDO::MYSQL_ATTR_options.