Commit a7921203 authored by Steve Müller's avatar Steve Müller

Merge pull request #2293 from jeanCarloMachado/broken-links-docs-fix

Fixed some broken links in the documentation
parents a3a86aa5 07db8d18
...@@ -327,7 +327,7 @@ returns the affected rows count: ...@@ -327,7 +327,7 @@ returns the affected rows count:
The ``$types`` variable contains the PDO or Doctrine Type constants The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input to perform necessary type conversions between actual input
parameters and expected database values. See the parameters and expected database values. See the
`Types <./types#mapping-matrix>`_ section for more information. :ref:`Types <mappingMatrix>` section for more information.
executeQuery() executeQuery()
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
...@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement: ...@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement:
The ``$types`` variable contains the PDO or Doctrine Type constants The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input to perform necessary type conversions between actual input
parameters and expected database values. See the parameters and expected database values. See the
`Types <./types#mapping-matrix>`_ section for more information. :ref:`Types <mappingMatrix>` section for more information.
fetchAll() fetchAll()
~~~~~~~~~~ ~~~~~~~~~~
......
...@@ -300,7 +300,7 @@ or ``null`` if no data is present. ...@@ -300,7 +300,7 @@ or ``null`` if no data is present.
.. note:: .. note::
See the `Known Vendor Issue <./known-vendor-issues>`_ section See the Known Vendor Issue :doc:`known-vendor-issues` section
for details about the different handling of microseconds and for details about the different handling of microseconds and
timezones across all the different vendors. timezones across all the different vendors.
...@@ -419,6 +419,8 @@ using deserialization or ``null`` if no data is present. ...@@ -419,6 +419,8 @@ using deserialization or ``null`` if no data is present.
to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store
them into a ``text`` field manually. them into a ``text`` field manually.
.. _mappingMatrix:
Mapping Matrix Mapping Matrix
-------------- --------------
......
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