Commit 1b4cd9c7 authored by Aurel's avatar Aurel

delete by path to avoid deletion of signature belonging to other sync

parent e1c942b1
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>gid</string> </value> <value> <string>path</string> </value>
</item> </item>
<item> <item>
<key> <string>connection_id</string> </key> <key> <string>connection_id</string> </key>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>z_delete_data_from_gid</string> </value> <value> <string>z_delete_data_from_path</string> </value>
</item> </item>
<item> <item>
<key> <string>src</string> </key> <key> <string>src</string> </key>
...@@ -26,7 +26,7 @@ BEGIN\n ...@@ -26,7 +26,7 @@ BEGIN\n
<dtml-var sql_delimiter>\n <dtml-var sql_delimiter>\n
DELETE FROM syncml\n DELETE FROM syncml\n
WHERE\n WHERE\n
gid = <dtml-sqlvar gid type="string">\n path = <dtml-sqlvar path type="string">\n
<dtml-var sql_delimiter>\n <dtml-var sql_delimiter>\n
COMMIT COMMIT
......
104 105
\ 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