Commit ffa87c72 authored by Aurel's avatar Aurel

follow new retrieval of gid

parent 29f53aba
......@@ -8,7 +8,8 @@
<dictionary>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>gid_list\r\n
<value> <string>gid_min\r\n
gid_max\r\n
path</string> </value>
</item>
<item>
......@@ -28,8 +29,9 @@ BEGIN\n
SELECT path \n
FROM syncml\n
WHERE\n
gid in (<dtml-in gid_list><dtml-sqlvar sequence-item type="string">\n
<dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>)\n
gid >= <dtml-sqlvar gid_min type="string">\n
AND\n
gid <= <dtml-sqlvar gid_max type="string">\n
AND\n
path like <dtml-sqlvar path type="string">\n
<dtml-var sql_delimiter>\n
......
100
\ No newline at end of file
101
\ 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