From 5940fd976c2684cdbe21ceffc4ee6a9b87dff022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 22 Apr 2021 08:08:25 +0200 Subject: [PATCH] Remove docs about user-provided PDO instance That feature has been removed in the last major version. --- docs/en/reference/configuration.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/en/reference/configuration.rst b/docs/en/reference/configuration.rst index a7d5e24aff7..524f1df2539 100644 --- a/docs/en/reference/configuration.rst +++ b/docs/en/reference/configuration.rst @@ -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 ~~~~~~~~~~~~~ @@ -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 ^^^^^^^^^^