OPENJPA-666

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@679886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-07-25 19:53:31 +00:00
parent 0ed72e477a
commit 134b37a753
1 changed files with 7 additions and 0 deletions

View File

@ -693,6 +693,13 @@ in schema names, you need to set the "schemaCase=preserve" parameter in the
property.
</para>
</listitem>
<listitem>
<para>
SQL Server 2005 does not support native sequences. If you would like to use
generated values with SQL Server you should use GenerationType.IDENTITY,
GenerationType.TABLE, or GenerationType.AUTO.
</para>
</listitem>
</itemizedlist>
</section>
</section>