Author: paulfoxworthy Date: Mon Mar 25 13:26:42 2013 New Revision: 1460652 URL: http://svn.apache.org/r1460652 Log: reapplied Adrian's change r1460455
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?rev=1460652&r1=1460651&r2=1460652&view=diff ============================================================================== --- ofbiz/trunk/framework/entity/config/entityengine.xml (original) +++ ofbiz/trunk/framework/entity/config/entityengine.xml Mon Mar 25 13:26:42 2013 @@ -183,7 +183,8 @@ access. For a detailed description see t use-pk-constraint-names="false" use-indices-unique="false" alias-view-columns="false" - use-order-by-nulls="true"> + use-order-by-nulls="true" + offset-style="fetch"> <read-data reader-name="tenant"/> <read-data reader-name="seed"/> <read-data reader-name="seed-initial"/> @@ -212,7 +213,8 @@ access. For a detailed description see t use-pk-constraint-names="false" use-indices-unique="false" alias-view-columns="false" - use-order-by-nulls="true"> + use-order-by-nulls="true" + offset-style="fetch"> <!-- beware use-indices-unique="false" is needed because of Derby bug with null values in a unique index --> <inline-jdbc jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"