Skip to content
New issue

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

[3.0.11] Cannot write Line break symbol. #8681

Closed
lightjiao opened this issue Nov 29, 2018 · 1 comment
Closed

[3.0.11] Cannot write Line break symbol. #8681

lightjiao opened this issue Nov 29, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@lightjiao
Copy link

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 to n

Steps to reproduce

execute sql below and check memo property

create vertex v content { name: "jack", memo: "this is a \n multi line text" }
select from v
@luigidellaquila
Copy link
Member

Hi @lightjiao

I just pushed a fix for this problem, it will be released with v 3.0.12

Thanks

Luigi

@luigidellaquila luigidellaquila added this to the 3.0.12 milestone Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants