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/18 23:16:16 UTC

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

Author: jonesde
Date: Wed Apr 18 14:16:15 2007
New Revision: 530160

URL: http://svn.apache.org/viewvc?view=rev&rev=530160
Log:
Changed alias-view-columns from true to false for advantage based on report of it not working right for Advantage

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=530160&r1=530159&r2=530160
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Wed Apr 18 14:16:15 2007
@@ -484,7 +484,7 @@
             use-foreign-keys="false"
             use-foreign-key-indices="true"
             join-style="ansi-no-parenthesis"
-            alias-view-columns="true"
+            alias-view-columns="false"
             always-use-constraint-keyword="true">
         <read-data reader-name="seed"/>
         <read-data reader-name="demo"/>