Commit 1592855c authored by Bob van de Vijver's avatar Bob van de Vijver

Fixed backticks in doc

parent ce7489be
......@@ -297,9 +297,9 @@ pdo\_oci / oci8
to connect to an Oracle RAC server to select the name of a particular instance.
- ``connectstring`` (string): Complete Easy Connect connection descriptor,
see https://docs.oracle.com/database/121/NETAG/naming.htm. When using this option,
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.
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.
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