You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can replicate the issue which appears to occur on insert for some reason. I'll get back to you on the solution once I've discovered the source of the issue!
I have just pushed changes to correct this issue. As you can see by the commit, this only happened when the exponent digits started with a zero due to the behaviour of strtol(). Thanks for pointing this out!
When inserting numbers between 1e-9 and 1e-7, the values stored in oracle do not have the correct scale:
Expected output:
Actual output from Oracle:
The following code replicates the problem:
Environment:
The text was updated successfully, but these errors were encountered: