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
This issue was due to MySQL 5.6 (starting from) having sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES as the default parameter. That means that non-strict behaviour was not allowed. However, I would encourage writing queries that are compliant with SQL table definitions nonetheless (makes support easier as well, because you won't have to troubleshoot issues that could have been avoided).
Hi,
You have in your code:
The task table, however, requires NOT NULL values for descr, instructions, ranges. Also, the task name here is a default one -
_NEW_
.It seems that tasks cannot be created.
I get an exception from MySQL:
The text was updated successfully, but these errors were encountered: