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
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
Workarround (alter Table in your sql Database):
ALTER TABLE <name of your schema>. <name of the tabel>
CHANGE COLUMN ValueValue FLOAT NULL DEFAULT NULL ;
But restoring the old value does not work. The value 27.7 is set to 27!!!!!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created a knop (min=20,max=30,step=0.1).
And I use a mysql server to store the date (persist).
But the software creates an values table with “tinyint(4)” instead of “float”.
The Problem is, that persitance does not work for floating values!
The text was updated successfully, but these errors were encountered: