Hello,
I am running queries through OrientDB studio, and I want to store newlines 
in a property.

I tried things like

UPDATE MyClass set mytext = 'Hello*\n*World'
and
UPDATE MyClass set mytext = "Hello*\n*World"

but no luck.

How can this be done? Or is it a bug?

(insert into MyClass content { key: 1, mytext: "Hello*\n*World" } does work 
as expected... )

-- 

--- 
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.

Reply via email to