We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write \n success, select that record and return \n
\n
write \n changed in to n
n
execute sql below and check memo property
create vertex v content { name: "jack", memo: "this is a \n multi line text" } select from v
The text was updated successfully, but these errors were encountered:
Fix decoding of special characters (eg. \n \t ) in SQL strings inside…
131e65e
… JSON Resolves: #8681
94bcba9
Hi @lightjiao
I just pushed a fix for this problem, it will be released with v 3.0.12
Thanks
Luigi
Sorry, something went wrong.
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.11
Java Version: 1.8.0_102
OS: centos 6.8
Expected behavior
write
\n
success, select that record and return\n
Actual behavior
write
\n
changed in ton
Steps to reproduce
execute sql below and check memo property
The text was updated successfully, but these errors were encountered: