Commit 53c45200 authored by Aurel's avatar Aurel

typo + no limit

parent ffa87c72
......@@ -6,12 +6,34 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>allow_simple_one_argument_traversal</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>gid_min\r\n
gid_max\r\n
<value> <string>min_gid\r\n
max_gid\r\n
path</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>
......@@ -20,6 +42,14 @@ path</string> </value>
<key> <string>id</string> </key>
<value> <string>z_get_syncml_path_list</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[
......@@ -29,9 +59,9 @@ BEGIN\n
SELECT path \n
FROM syncml\n
WHERE\n
gid >= <dtml-sqlvar gid_min type="string">\n
gid >= <dtml-sqlvar min_gid type="string">\n
AND\n
gid <= <dtml-sqlvar gid_max type="string">\n
gid <= <dtml-sqlvar max_gid type="string">\n
AND\n
path like <dtml-sqlvar path type="string">\n
<dtml-var sql_delimiter>\n
......
101
\ No newline at end of file
102
\ 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