Commit 22a3d069 authored by Sebastien Robin's avatar Sebastien Robin

do not use quote in sql parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16755 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d66a0e2
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string>\'delivered\'</string> </value> <value> <string>delivered</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
column_id_list:list\r\n column_id_list:list\r\n
group_by_expression\r\n group_by_expression\r\n
date\r\n date\r\n
simulation_state=\'delivered\'</string> </value> simulation_state=delivered</string> </value>
</item> </item>
<item> <item>
<key> <string>connection_id</string> </key> <key> <string>connection_id</string> </key>
......
482 483
\ 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