You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# text is a double quote charactergroonga.call("load", table="Docs", values='[{"_key": "mykey", "text": "\\""}]')
When a double quote character is in values JSON string, it is escaped with a preceding backslash.
This backslash is not properly escaped when quoted in a single quote.
The text was updated successfully, but these errors were encountered:
poyonga/poyonga/client.py
Line 25 in 129bd8a
When a double quote character is in
values
JSON string, it is escaped with a preceding backslash.This backslash is not properly escaped when quoted in a single quote.
The text was updated successfully, but these errors were encountered: