You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/01/30 22:58:12 UTC

svn commit: r501595 - /incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Author: mprudhom
Date: Tue Jan 30 13:58:12 2007
New Revision: 501595

URL: http://svn.apache.org/viewvc?view=rev&rev=501595
Log:
Added mention of needing to use schemaCase=preserve when using a case-sensitive instance of SQL Server.

Modified:
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml?view=diff&rev=501595&r1=501594&r2=501595
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml Tue Jan 30 13:58:12 2007
@@ -682,6 +682,14 @@
 <literal>TEXT</literal> columns cannot be used in queries.
                     </para>
                 </listitem>
+                <listitem>
+                    <para>
+When using a SQL Server instance that has been configured to be case-sensitive
+in schema names, you need to set the "schemaCase=preserve" parameter in the 
+<link linkend="openjpa.jdbc.DBDictionary">openjpa.jdbc.DBDictionary</link>
+property.
+                    </para>
+                </listitem>
             </itemizedlist>
         </section>
     </section>