Hi all,
I am recently get familiar with dbfit with its new release. I am currently using mysql database and got stuck In running inspect query on dbfit when the date column may have a date with '0000-00-00'
As per my understanding of mysql
Illegal DATE
, DATETIME
, or TIMESTAMP
values are converted to the “zero” value of the appropriate type ('0000-00-00'
or '0000-00-00 00:00:00'
).
So In that case when i run inspect query then i got exception. Please let me know if any one having any solution. please see the attachment for Exception message.
Thanks
Harshit