google-code-export / s3db

Automatically exported from code.google.com/p/s3db
1 stars 0 forks source link

Can not update Item notes field #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the URL of your deployment?
https://biodata.mdanderson.org/s3db

What steps will reproduce the problem?
Using the API to:
1. Create an item, in the "notes" field, have some single quotes in it.
When you create the item, single quotes are work fine
2. The use the API to update this "notes" field. If the content of this
"notes" field contain single quote ('), you can not update it.
Example, in this command:
https://biodata.mdanderson.org/s3db/S3QL.php?query=<S3QL><key>yourkey</key><upda
te>item</update><where><item_id>6968</item_id><notes>Shaolong%27s+Test+on+April+
3+fgdfgdf</notes></where></S3QL>&format=xml

Here %27 is the encoded format of the single quote(')

What is the expected output? What do you see instead?
Expected to update. 
Instead, it get nothing back. No error message at all.

Original issue reported on code.google.com by s...@mdanderson.org on 3 Apr 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by helenadeus on 13 Apr 2009 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by helenadeus on 13 Apr 2009 at 9:13