You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2009/04/09 21:37:02 UTC

svn commit: r763780 - /openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml

Author: mtylenda
Date: Thu Apr  9 19:37:02 2009
New Revision: 763780

URL: http://svn.apache.org/viewvc?rev=763780&view=rev
Log:
OPENJPA-883: Documentation is out of date for some MySQLDictionary properties

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=763780&r1=763779&r2=763780&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/supported_databases.xml Thu Apr  9 19:37:02 2009
@@ -780,12 +780,9 @@
                 </listitem>
                 <listitem>
                     <para>
-MySQL does not support sub-selects in versions prior to 4.1, and are disabled by
-default. Some operations (such as the <function>isEmpty()</function> method in a
-query) will fail due to this. If you are using MySQL 4.1 or later, you can lift
-this restriction by setting the <literal>SupportsSubselect=true</literal>
-parameter of the <link linkend="openjpa.jdbc.DBDictionary">
-openjpa.jdbc.DBDictionary</link> property.
+MySQL does not support sub-selects in versions prior to 4.1, so
+some operations (such as the <function>isEmpty()</function> method in a
+query) will fail due to this.
                     </para>
                 </listitem>
                 <listitem>