diff --git a/openjpa-project/src/doc/manual/supported_databases.xml b/openjpa-project/src/doc/manual/supported_databases.xml index 5e8547cbe..35ccfcad3 100644 --- a/openjpa-project/src/doc/manual/supported_databases.xml +++ b/openjpa-project/src/doc/manual/supported_databases.xml @@ -21,18 +21,194 @@ Supported Databases -
+ +
- Supported Database Matrix + Overview -Following is a table of the database and JDBC driver versions that are supported -by OpenJPA. +The following appendix covers the database and JDBC driver versions that are +known to work with OpenJPA, along with any database specific configuration +parameters, known issues or limitations. +The Verified Database Matrix, contains the +list of databases and drivers that were tested extensively against this +release of OpenJPA, while the Compatible Database +Matrix contains the list of databases and drivers that were tested +against prior releases or by OpenJPA users and may not support every feature +of this release. + +
+ +
+ + Verified Database Matrix + + +Following is a table of the supported database and JDBC driver versions that +have been verified against this version of OpenJPA. For the list of other +databases and drivers that were tested in prior releases or by other OpenJPA +users, but may not support every feature of this release, please refer to the +Compatible Database Matrix section. Supported Databases and JDBC Drivers + + + + + + + + + Database Name + + + Database Version + + + JDBC Driver Name + + + JDBC Driver Version + + + + + + + Apache Derby + + + 10.2.2.0, 10.3.3.0, 10.4.2.0, 10.5.3.0 + + + Apache Derby Embedded JDBC Driver + + + Same as DB Version + + + + + IBM DB2 + + + 8.1, 8.2, 9.1, 9.5, 9.7 + + + IBM DB2 JDBC Universal Driver + + + 3.50.152 + + + + + IBM Informix Dynamic Server + + + 10.00xC6, 11.10xC1, 11.5xC1 + + + Informix JDBC driver + + + 3.00 JC3, 3.10 JC1, 3.50 JC1 + + + + + Microsoft SQL Server + + + 2005 (9.00), 2008 (10.00) + + + Microsoft SQL Server JDBC Driver + + + 1.2 or 2.0 + + + + + MySQL + + + 5.0.26, 5.1.6 + + + MySQL Driver + + + 5.1.6 + + + + + Oracle + + + 10g (10.1, 10.2), 11g (11.1, 11.2) + + + Oracle JDBC driver + + + 11.2.0.1 + + + + + PostgreSQL + + + 8.3.5, 8.4 + + + PostgreSQL Native Driver + + + 8.3 JDBC3 (build 603), 8.4 JDBC3 (build 701) + + + + + Sybase Adaptive Server Enterprise + + + 12.5, 15.0 + + + jConnect + + + 5.5, 6.0 + + + + +
+
+ +
+ + Compatible Database Matrix + + +Following is a table of the database and JDBC driver versions that are +compatible with OpenJPA. Some of these databases have been tested against this +version of OpenJPA, while others were added or tested in prior releases and +may not support all of the new features of this release. For the list of +databases that have been fully tested against this release, please refer to the +Verified Database Matrix section. + + + + Compatible Databases and JDBC Drivers + @@ -108,7 +284,7 @@ by OpenJPA. IBM DB2 JDBC Universal Driver - 1.0.581 + 1.0.581, 2.10.72 @@ -172,13 +348,13 @@ by OpenJPA. Informix Dynamic Server - 9.30.UC10 + 9.30.UC10, 9.4xC7 Informix JDBC driver - 2.21.JC2 + 2.21.JC2, 3.00 JC3, 3.10 JC1 @@ -228,13 +404,13 @@ by OpenJPA. Microsoft SQL Server - 2005 (9.00), 2008 (10.00) + 2000 (8.00) Microsoft SQL Server JDBC Driver - 1.2 or 2.0 + 1.2 @@ -265,32 +441,18 @@ by OpenJPA. 3.0.14 - - - MySQL - - - 5.0.26 - - - MySQL Driver - - - 3.0.14 - - Oracle - 8.1,9.2,10.1 + 8.1, 9.2 Oracle JDBC driver - 10.2.0.1.0 + 10.2.0.1 @@ -312,7 +474,7 @@ by OpenJPA. PostgreSQL - 7.2.1,8.1.5 + 7.2.1, 8.1.5 PostgreSQL Native Driver @@ -338,7 +500,9 @@ by OpenJPA.
+
+
Apache Derby