File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
If you prefer to use raw database queries, this is easy, and explained
20
20
in the ":doc: `/cookbook/doctrine/dbal `" cookbook entry.
21
21
22
+
23
+ Doctrine doesn't auto-escape reserved SQL keywords, for further reference
24
+ check Doctrine manual, `Reserved SQL keywords documentation `_.
25
+
26
+
22
27
You can also persist data to `MongoDB `_ using Doctrine ODM library. For
23
28
more information, read the ":doc: `/cookbook/doctrine/mongodb `" cookbook
24
29
entry.
@@ -1296,3 +1301,4 @@ For more information about Doctrine, see the *Doctrine* section of the
1296
1301
.. _`Mapping Types Documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#doctrine-mapping-types
1297
1302
.. _`Property Mapping documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#property-mapping
1298
1303
.. _`Lifecycle Events documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/events.html#lifecycle-events
1304
+ .. _`Reserved SQL keywords documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#quoting-reserved-words
You can’t perform that action at this time.
0 commit comments