Inconsistencies between data validations (date/time) #10527
Unanswered
diogenesbrussels
asked this question in
Help
Replies: 1 comment 3 replies
-
Further analysis:
The definition isn't the same, why is there a contraint on type string? |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have a MySQL table already in use by my application.
It contains several date fields but the validation is different between the fields!
My first column (for example: buy date) was created more than a year ago.

My second column (for example: return date) was created yesterday.
The configuration is strictly identical:
When I add a row via the data tab, I get a validation error ('return_date must be a valid date') for the return date column if the field remains empty. No error for the same lack of value in the purchase date column (NULL is a valid datetime value if the field isn't required).
This should return no errors in either case or errors in all cases.
Has there been a change to the validation of value types recently?
I feel like I have other similar problems that may be related to a change like this (with number columns).
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions