Commit 39161c11 authored by Romain Courteaud's avatar Romain Courteaud

Do not limit the max row to retrieve to 1000 for Base_zGetCountFromWorklistTable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f7a5b8f8
......@@ -77,12 +77,34 @@
</object>
</value>
</item>
<item>
<key> <string>allow_simple_one_argument_traversal</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>select_expression\r\n
where_expression\r\n
group_by_expression</string> </value>
</item>
<item>
<key> <string>cache_time_</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>class_file_</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>class_name_</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>connection_hook</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
......@@ -91,6 +113,14 @@ group_by_expression</string> </value>
<key> <string>id</string> </key>
<value> <string>zGetCountFromWorklistTable</string> </value>
</item>
<item>
<key> <string>max_cache_</string> </key>
<value> <int>100</int> </value>
</item>
<item>
<key> <string>max_rows_</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[
......
27
\ No newline at end of file
28
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment