Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
a7921203
Commit
a7921203
authored
Jan 12, 2016
by
Steve Müller
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2293 from jeanCarloMachado/broken-links-docs-fix
Fixed some broken links in the documentation
parents
a3a86aa5
07db8d18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
data-retrieval-and-manipulation.rst
docs/en/reference/data-retrieval-and-manipulation.rst
+2
-2
types.rst
docs/en/reference/types.rst
+3
-1
No files found.
docs/en/reference/data-retrieval-and-manipulation.rst
View file @
a7921203
...
...
@@ -327,7 +327,7 @@ returns the affected rows count:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#mapping-matrix>`_
section for more information.
:ref:`Types <mappingMatrix>`
section for more information.
executeQuery()
~~~~~~~~~~~~~~
...
...
@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#mapping-matrix>`_
section for more information.
:ref:`Types <mappingMatrix>`
section for more information.
fetchAll()
~~~~~~~~~~
...
...
docs/en/reference/types.rst
View file @
a7921203
...
...
@@ -300,7 +300,7 @@ or ``null`` if no data is present.
.. 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
timezones across all the different vendors.
...
...
@@ -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
them into a ``text`` field manually.
.. _mappingMatrix:
Mapping Matrix
--------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment