|
From: <fab...@us...> - 2010-12-12 15:46:20
|
Revision: 5311
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5311&view=rev
Author: fabiomaulo
Date: 2010-12-12 15:46:14 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
Fix NH-2454
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/configuration.xml
Modified: trunk/nhibernate/doc/reference/modules/configuration.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/configuration.xml 2010-12-12 15:31:41 UTC (rev 5310)
+++ trunk/nhibernate/doc/reference/modules/configuration.xml 2010-12-12 15:46:14 UTC (rev 5311)
@@ -568,7 +568,32 @@
</para>
</entry>
</row>
- <row>
+ <row>
+ <entry>
+ <literal>hbm2ddl.keywords</literal>
+ </entry>
+ <entry>
+ Automatically import <literal>reserved/keywords</literal> from the database when the
+ <literal>ISessionFactory</literal> is created.
+ <para>
+ <emphasis role="strong">none :</emphasis>
+ disable any operation regarding RDBMS KeyWords
+ </para>
+ <para>
+ <emphasis role="strong">keywords :</emphasis>
+ imports all RDBMS KeyWords where the <literal>Dialect</literal> can provide the implementation of <literal>IDataBaseSchema</literal>.
+ </para>
+ <para>
+ <emphasis role="strong">auto-quote :</emphasis>
+ imports all RDBMS KeyWords and auto-quote all table-names/column-names .
+ </para>
+ <para>
+ <emphasis role="strong">eg.</emphasis>
+ <literal>none</literal> | <literal>keywords</literal> | <literal>auto-quote</literal>
+ </para>
+ </entry>
+ </row>
+ <row>
<entry>
<literal>use_proxy_validator</literal>
</entry>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|