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
9f535744
Commit
9f535744
authored
Nov 01, 2010
by
Benjamin Eberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Note boxes
parent
dde150eb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
configuration.rst
reference/en/configuration.rst
+3
-1
schema-manager.rst
reference/en/schema-manager.rst
+1
-1
types.rst
reference/en/types.rst
+2
-2
No files found.
reference/en/configuration.rst
View file @
9f535744
...
...
@@ -70,7 +70,9 @@ as the credentials to use. The connection details can differ
depending on the used driver. The following sections describe the
options recognized by each built-in driver.
**NOTE** When using an existing PDO instance through the ``pdo``
.. note::
When using an existing PDO instance through the ``pdo``
option, specifying connection details is obviously not necessary.
...
...
reference/en/schema-manager.rst
View file @
9f535744
...
...
@@ -16,7 +16,7 @@ the ``getSchemaManager()`` method:
Now with the ``SchemaManager`` instance in ``$em`` you can use the
available methods to learn about your database schema:
**NOTE**
.. note::
Parameters containing identifiers passed to the SchemaManager
methods are *NOT* quoted automatically! Identifier quoting is
...
...
reference/en/types.rst
View file @
9f535744
...
...
@@ -36,7 +36,7 @@ a type and it is not allowed to contain any state. Creation of type
instances is abstracted through a static get method
``Doctrine\DBAL\Types\Type::getType()``.
**NOTE**
.. note::
See the `Known Vendor Issue <./../known-vendor-issues>`_ section
for details about the different handling of microseconds and
...
...
@@ -63,7 +63,7 @@ If you want to change how Doctrine maps a database type to a
``AbstractPlatform::registerDoctrineTypeMapping($dbType, $doctrineType)``
method to add new database types or overwrite existing ones.
**NOTE**
.. note::
You can only map a database type to exactly one Doctrine type.
Database vendors that allow to define custom types like PostgreSql
...
...
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