1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Extend restriction and caution notes on identifier quoting

This commit is contained in:
Benjamin Eberlei 2010-09-23 22:40:12 +02:00
parent bebc8cf871
commit 7a8b69edbb

View File

@ -315,3 +315,6 @@ Doctrine will then quote this column name in all SQL statements according to the
> **CAUTION**
> Identifier Quoting is a feature that is mainly intended to support legacy database
> schemas. The use of reserved words and identifier quoting is generally discouraged.
> Identifier quoting should not be used to enable the use non-standard-characters such
> as a dash in a hypothetical column `test-name`. Also Schema-Tool will likely have
> troubles when quoting is used for case-sensitivity reasons (in Oracle for example).