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 have hastily written some code to demonstrate that using parameters on their own is not sufficient to get an automatic floating point conversion (neither when using the embedded database, nor the driver).
Version: 3.3.3
Running the following expression returns
3
However, when running the same expression with a parameter, it (presumably) does an automatic conversion to float and returns
3.33...
The conversion happens around the web UI.
I have hastily written some code to demonstrate that using parameters on their own is not sufficient to get an automatic floating point conversion (neither when using the embedded database, nor the driver).
This returns:
The text was updated successfully, but these errors were encountered: