Hi,

I have the same issue.

If you update only the Date it show a green error but the date don't change.
If you update both the Date and the Time, it works.

I've tried an sql query:

update Person set Compleanno="1993-03-15" where Nome="Marco"
//It only update the Date of the Class, but it set the Time at 00:00:00.

the second one:

update Person set Compleanno="1993-03-15 12:00:45" where Nome="Marco"
//It update both the Date and the Time

Does it help you?

Let me know.

Regards,
Marco

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to