For some reason, I can\'t even select invalid dates in my table. How do I force select? I just receive:
select * from table >> Mysql2::Error: Invalid date:
This is what I do to ignore invalid dates:
SET SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES';