Commit 2ea18efc authored by Mathieu Bouchard's avatar Mathieu Bouchard Committed by GitHub

Add undocumented oci8 persistent connections

The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has support for this if the persistent boolean value is set to true in the documentation. However, this information was not documented.
parent a05dba58
......@@ -305,6 +305,7 @@ pdo\_oci / oci8
you will still need to provide the ``user`` and ``password`` parameters, but the other
parameters will no longer be used. Note that when using this parameter, the ``getHost``
and ``getPort`` methods from ``Doctrine\DBAL\Connection`` will no longer function as expected.
- ``persistent`` (boolean): Whether to establish a persistent connection.
pdo\_sqlsrv / sqlsrv
^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment