mirror of https://github.com/apache/openjpa.git
Added mention of needing to use schemaCase=preserve when using a case-sensitive instance of SQL Server.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@501595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
372e899981
commit
f7b7f37f73
|
@ -682,6 +682,14 @@ Floats and doubles may lose precision when stored.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue