Commit 50bf6234 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2664 from mathieubouchard/master

Add undocumented oci8 persistent connections
parents a05dba58 2ea18efc
......@@ -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