-
Notifications
You must be signed in to change notification settings - Fork 872
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
Wrong value saved in EMBEDDED #10391
Comments
Hi, This looks like some float/double rounding, what is the type of OrientDB support also decimal type that is based on java |
Hi, You can set the type of that creating another class (preferably abstract) and used it as a linked_class of the of the data property, than the property of the embedded class should match the type of the linked class |
Hello again, I tried
|
Hi, It sounds like that |
OrientDB Version: 3.2.22
Java Version: 8
OS: linux docker
Hello
When creating or updating a vertex the saved value of producedQuantity is 35.927673
create vertex package set data={"@type":"d",producedQuantity: 35.927675, numberOfPackages: 1}
Update
I am not sure if we are doing something wrong or is a conversion issue that can be solved.
The text was updated successfully, but these errors were encountered: