1
0
mirror of synced 2025-03-23 16:33:54 +03:00

Merge pull request #1197 from Bilge/patch-1

Minor grammar fix.
This commit is contained in:
Marco Pivetta 2014-11-27 19:16:00 +01:00
commit ee13405a13

View File

@ -460,7 +460,7 @@ Quoting Reserved Words
Sometimes it is necessary to quote a column or table name because of reserved
word conflicts. Doctrine does not quote identifiers automatically, because it
leads to more problems then it would solve. Quoting tables and column names
leads to more problems than it would solve. Quoting tables and column names
needs to be done explicitly using ticks in the definition.
.. code-block:: php