Commit a9645b9c authored by Aurel's avatar Aurel

fix zsql methods parameters

parent 858aad26
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string encoding="base64">Z2lkDQpwYXRoDQpkYXRhDQo=</string> </value> <value> <string>getId\r\n
getPath\r\n
getData\r\n
</string> </value>
</item> </item>
<item> <item>
<key> <string>connection_id</string> </key> <key> <string>connection_id</string> </key>
...@@ -25,11 +28,11 @@ ...@@ -25,11 +28,11 @@
REPLACE INTO\n REPLACE INTO\n
syncml (`path`, `gid`, `data`)\n syncml (`path`, `gid`, `data`)\n
VALUES\n VALUES\n
<dtml-in prefix="loop" expr="_.range(_.len(path))">\n <dtml-in prefix="loop" expr="_.range(_.len(getPath))">\n
(\n (\n
<dtml-sqlvar expr="path[loop_item]" type="string">,\n <dtml-sqlvar expr="getPath[loop_item]" type="string">,\n
<dtml-sqlvar expr="gid[loop_item]" type="string">,\n <dtml-sqlvar expr="getId[loop_item]" type="string">,\n
<dtml-sqlvar expr="data[loop_item]" type="string">\n <dtml-sqlvar expr="getData[loop_item]" type="string">\n
)<dtml-unless sequence-end>,</dtml-unless>\n )<dtml-unless sequence-end>,</dtml-unless>\n
</dtml-in>\n </dtml-in>\n
......
115 116
\ 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