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 1919 If you prefer to use raw database queries, this is easy, and explained
2020 in the ":doc: `/cookbook/doctrine/dbal `" cookbook entry.
2121
22+ 
23+  Doctrine doesn't auto-escape reserved SQL keywords, for further reference
24+  check Doctrine manual.
25+ 
26+ 
2227 You can also persist data to `MongoDB `_ using Doctrine ODM library. For
2328 more information, read the ":doc: `/cookbook/doctrine/mongodb `" cookbook
2429 entry.
@@ -1296,3 +1301,4 @@ For more information about Doctrine, see the *Doctrine* section of the
12961301.. _`Mapping Types Documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#doctrine-mapping-types 
12971302.. _`Property Mapping documentation` : http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#property-mapping 
12981303.. _`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