Author: kwsutter
Date: Fri May 11 16:20:23 2012
New Revision: 1337257

URL: http://svn.apache.org/viewvc?rev=1337257&view=rev
Log:
Minor updates to the list of supported databases and their defined aliases.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
    openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1337257&r1=1337256&r2=1337257&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Fri May 
11 16:20:23 2012
@@ -776,6 +776,19 @@ class.
                 <para>
                 <indexterm>
                     <primary>
+                        H2
+                    </primary>
+                </indexterm>
+<literal>h2</literal>: Dictionary for the H2 Database Engine. This is an
+alias for the
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/H2Dictionary.html">
+<classname>org.apache.openjpa.jdbc.sql.H2Dictionary</classname></ulink> class.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                <indexterm>
+                    <primary>
                         Hypersonic SQL
                     </primary>
                 </indexterm>
@@ -884,6 +897,20 @@ class.
                 <para>
                 <indexterm>
                     <primary>
+                        SolidDB
+                    </primary>
+                </indexterm>
+<literal>soliddb</literal>: Dictionary for IBM's SolidDB database.
+This is an alias for the
+<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/SolidDBDictionary.html">
+<classname>org.apache.openjpa.jdbc.sql.SolidDBDictionary</classname></ulink>
+class.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                <indexterm>
+                    <primary>
                         SQL Server
                     </primary>
                 </indexterm>

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=1337257&r1=1337256&r2=1337257&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml Fri 
May 11 16:20:23 2012
@@ -503,7 +503,7 @@ databases that have been fully tested ag
                 </row>
                 <row>
                     <entry colname="dbname">
-                        <link linkend="dbsupport_solidDB">IBM solidDB</link>
+                        <link linkend="dbsupport_soliddb">IBM solidDB</link>
                     </entry>
                     <entry colname="dbversion">
                         6.5.0.0


Reply via email to