From 74a2cfc83b70ad34a895852e98ab560785a13a7b Mon Sep 17 00:00:00 2001 From: Andrey Knupp Vital Date: Thu, 8 Jan 2015 09:37:41 -0200 Subject: [PATCH] Also adding docs for the new attribute `use-column-prefix` --- docs/en/tutorials/embeddables.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/tutorials/embeddables.rst b/docs/en/tutorials/embeddables.rst index cf13fd56e..c5dded1b8 100644 --- a/docs/en/tutorials/embeddables.rst +++ b/docs/en/tutorials/embeddables.rst @@ -141,6 +141,12 @@ directly, set ``columnPrefix=false`` (not yet supported with XML configuration): class: Address columnPrefix: false + .. code-block:: xml + + + + + DQL ---