Commit ffa87c72 authored by Aurel's avatar Aurel

follow new retrieval of gid

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