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
If we remove it, we should maybe add some documentation showing a user how to build something to use an existing PDO connection or offer something outside of doctrine/dbal to solve the use case
The text was updated successfully, but these errors were encountered:
Persistent connections are already supported, no need for a user-provided connection.
In order to share the same PDO instances between DBAL and other components, initialize the connection in DBAL and access it using Connection::getWrappedConnection()->getWrappedConnection().
See discussion about the functionality here #3487
If we remove it, we should maybe add some documentation showing a user how to build something to use an existing PDO connection or offer something outside of doctrine/dbal to solve the use case
The text was updated successfully, but these errors were encountered: