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/19 00:11:49 UTC

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

Author: jonesde
Date: Wed Apr 18 15:11:49 2007
New Revision: 530183

URL: http://svn.apache.org/viewvc?view=rev&rev=530183
Log:
Based on testing done by Anil Patel, setting alias-view-columns=false for MS SQL

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=530183&r1=530182&r2=530183
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Wed Apr 18 15:11:49 2007
@@ -439,6 +439,7 @@
             check-on-start="true"
             add-missing-on-start="true"
             join-style="ansi"
+            alias-view-columns="false"
             use-fk-initially-deferred="false">
         <read-data reader-name="seed"/>
         <read-data reader-name="demo"/>