You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/04/16 20:48:11 UTC

svn commit: r529354 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Author: jonesde
Date: Mon Apr 16 11:48:09 2007
New Revision: 529354

URL: http://svn.apache.org/viewvc?view=rev&rev=529354
Log:
Changed alias-view-columns setting for MySQL, now that this setting is being honored it seems that the new version of MySQL has a problem with the old setting; thanks to various for reporting it, including in OFBIZ-895

Modified:
    ofbiz/trunk/framework/entity/config/entityengine.xml

Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?view=diff&rev=529354&r1=529353&r2=529354
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Mon Apr 16 11:48:09 2007
@@ -240,7 +240,7 @@
             check-pks-on-start="false"
             use-foreign-keys="true"
             join-style="ansi-no-parenthesis"
-            alias-view-columns="true"
+            alias-view-columns="false"
             drop-fk-use-foreign-key-keyword="true"
             table-type="InnoDB"
             character-set="latin1"
@@ -258,7 +258,6 @@
                 pool-maxsize="20"/>
         <!-- <jndi-jdbc jndi-server-name="localjndi" jndi-name="java:/MySqlDataSource" isolation-level="Serializable"/> -->
     </datasource>
-
     <datasource name="odbcmysql"
             helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
             field-type-name="mysql"
@@ -267,7 +266,7 @@
             check-pks-on-start="false"
             use-foreign-keys="true"
             join-style="ansi-no-parenthesis"
-            alias-view-columns="true"
+            alias-view-columns="false"
             drop-fk-use-foreign-key-keyword="true"
             table-type="InnoDB"
             character-set="latin1"