1.If I escape double quotes in SQL
update #13:0 add msg = {"":{"M":"\""}}
next msg is added(from V)
{"M":"\\\""}
so that backslash is shielded too. Without backslashing I found no way to
pass quotes. With backslashing extra backshash appears.
2. This should be a bug. I have server-side function for adding msg, and
that function has 4 params. Probably during parsing arguments, if quotes
are found, parsing breaks. Function is:
addmsg(time,msg,from,to);
return time +" " +msg + " " + from + " " +to;
If I invoke
addmsg(123, ", 100, 101)
the result is:
[{"@type":"d","@version":0,"value":"124 \"/100/101/ undefined
undefined"}]
If I use %22 instead of quotes, the result is the same.
Version 1.7.8
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.