From 7a8b69edbb48741ee025f6ff55f621d3eb03d101 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 23 Sep 2010 22:40:12 +0200 Subject: [PATCH] Extend restriction and caution notes on identifier quoting --- manual/en/basic-mapping.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual/en/basic-mapping.txt b/manual/en/basic-mapping.txt index 8e333dc58..7a1359ccc 100644 --- a/manual/en/basic-mapping.txt +++ b/manual/en/basic-mapping.txt @@ -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). \ No newline at end of file