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 @@
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>\'delivered\'</string> </value>
<value> <string>delivered</string> </value>
</item>
</dictionary>
</value>
......@@ -106,7 +106,7 @@
column_id_list:list\r\n
group_by_expression\r\n
date\r\n
simulation_state=\'delivered\'</string> </value>
simulation_state=delivered</string> </value>
</item>
<item>
<key> <string>connection_id</string> </key>
......
482
\ No newline at end of file
483
\ 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