Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Allow strict_mode of Mysql for archive field
Resolves: #695
- Loading branch information
b73b1db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@georgringer
Will turn all given archive dates to 01-01-1970. Suggestion (untested!):
'eval' => $configuration->getArchiveDate() . ',int',
b73b1db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanna make a pr?