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

Remove docs about user-provided PDO instance #4615

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/en/reference/configuration.rst
Expand Up @@ -137,7 +137,6 @@ interfaces to use. It can be configured in one of three ways:
- ``driverClass``: Specifies a custom driver implementation if no
'driver' is specified. This allows the use of custom drivers that
are not part of the Doctrine DBAL itself.
- ``pdo``: Specifies an existing PDO instance to use.

Wrapper Class
~~~~~~~~~~~~~
Expand All @@ -155,11 +154,6 @@ as the credentials to use. The connection details can differ
depending on the used driver. The following sections describe the
options recognized by each built-in driver.

.. note::

When using an existing PDO instance through the ``pdo``
option, specifying connection details is obviously not necessary.

pdo_sqlite
^^^^^^^^^^

Expand Down