Skip to:
In a nutshell, this property declares a timestamp field which defaults to an empty string and is not nullable:
What should happen:
Upon save the entity with no expireDate value set, the field save an empty string to the table row.
expireDate
What actually happens:
Entity saves throw an error:
Version Notes:
This issue was occurring in pre-6.5.0 builds, was fixed in 6.50, but then regressed in 6.5.1.
Resolved in 6.5.2, which will be out shortly.
In a nutshell, this property declares a timestamp field which defaults to an empty string and is not nullable:
What should happen:
Upon save the entity with no
expireDate
value set, the field save an empty string to the table row.What actually happens:
Entity saves throw an error:
Version Notes:
This issue was occurring in pre-6.5.0 builds, was fixed in 6.50, but then regressed in 6.5.1.