Author: mikedd
Date: Thu Nov 4 16:00:12 2010
New Revision: 1031050
URL: http://svn.apache.org/viewvc?rev=1031050&view=rev
Log:
OPENJPA-1864: Adding documentation for MaxDB Dictionary (includes new section
for user reported databases which we haven't verified).
Modified:
openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml
Modified: openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml?rev=1031050&r1=1031049&r2=1031050&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml Thu
Nov 4 16:00:12 2010
@@ -36,6 +36,10 @@ release of OpenJPA, while the <link link
Matrix</link> 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.
+
+The <link linked="dbunverified">Unverified Database Matrix</link> contains a
+list of databases which have been reported to work, but have not been tested by
+the development team.
</para>
</section>
@@ -531,6 +535,64 @@ databases that have been fully tested ag
</section>
+<section id="dbunverified">
+ <title>
+ Unverified Database Matrix
+ </title>
+ <para>
+Following is a table of the database and JDBC driver versions that have been
reported
+to work with OpenJPA by the community but have not been verified by the
development
+team. In some cases this is a question of availability since the developers
may not
+be able to obtain a license to test, or have experience configuring these
databases.
+For the list of databases that have been fully tested against this release,
please
+refer to the <link linkend="dbsupport">Verified Database Matrix</link> section.
+ </para>
+ <table tocentry="1">
+ <title>
+ Unverified Databases and JDBC Drivers
+ </title>
+ <tgroup rowsep="1" colsep="1" align="left" cols="4">
+ <colspec colname="dbname"/>
+ <colspec colname="dbversion"/>
+ <colspec colname="drivname"/>
+ <colspec colname="drivversion"/>
+ <thead>
+ <row>
+ <entry colname="dbname">
+ Database Name
+ </entry>
+ <entry colname="dbversion">
+ Database Version
+ </entry>
+ <entry colname="drivname">
+ JDBC Driver Name
+ </entry>
+ <entry colname="drivversion">
+ JDBC Driver Version
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry colname="dbname">
+ SAP MaxDB
+ </entry>
+ <entry colname="dbversion">
+
+ </entry>
+ <entry colname="drivname">
+
+ </entry>
+ <entry colname="drivversion">
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ </section>
+
<section id="dbsupport_derby">
<title>
Apache Derby