I have a mysql database table with a nullable DATE column for which some of the values are '0000-00-00'.
We have two servers.
On the server with version myDBR 7.1.0 (build 5233) it is causing a problem when selecting all data from that table.
The error message is:
Incorrect date value: '0000-00-00' for column 'title_lien_released_date' at row 60
On the server with version myDBR 7.0.0 (build 5212) it does not throw that error.
Do I need to change all the rows with value '0000-00-00' to NULL?
And is this a new check put into version 7.1.0 (build 5233) which means I better fix it before we do a mydbr update on that server?