diff --git a/openjpa-project/src/doc/manual/supported_databases.xml b/openjpa-project/src/doc/manual/supported_databases.xml index 30c784b3f..46182de4f 100644 --- a/openjpa-project/src/doc/manual/supported_databases.xml +++ b/openjpa-project/src/doc/manual/supported_databases.xml @@ -693,6 +693,13 @@ in schema names, you need to set the "schemaCase=preserve" parameter in the property. + + +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. + +