Wrong values set_lreal #484
Unanswered
jorenvdb123
asked this question in
Q&A
Replies: 1 comment
-
I could be that not all util functions have been properly tested and used in production. The code is quite sort and easy to understand. Mayby you can make a fix in:
Line 1070 in 5f9de73 Could aslo by that the db has a prefix so all byte values of moved a bit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i use set_lreal to write values into a database all the data is the same:
If the value that i want to put in a database is bigger than 1 it will be 2.
If the original value is smaller than 1 it will be 3.0517578125E-05 in the database.
What can i do to fix it?
Beta Was this translation helpful? Give feedback.
All reactions