Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mySQL 5.7 nullDate compatibility fix #11526

Closed
wants to merge 21 commits into from
Closed

mySQL 5.7 nullDate compatibility fix #11526

wants to merge 21 commits into from

Conversation

krim404
Copy link

@krim404 krim404 commented Aug 9, 2016

Summary of Changes

implemented the nullDate change for mysql 5.7 (from 0000-00-00 00:00:00 to 1000-01-01 00:00:00)

Testing Instructions

installation and/or updating on mysql 5.6 server, all datetime database default values of joomla should be 0000-00-00 00:00:00,

on installation and/or updating on mysql 5.7 server, all datetime database default values of joomla should be 1000-01-01 00:00:00

this could break external components, who rely on hardcoded nullDates.

@krim404
Copy link
Author

krim404 commented Aug 9, 2016

this patch has been created at @icampus
it also implements #11527

the update routine should work in both ways (upgrade and downgrade of mysql version) - downgrade is experimental.

@joomla-cms-bot joomla-cms-bot added the Language Change This is for Translators label Aug 9, 2016
@krim404 krim404 closed this Aug 9, 2016
@krim404
Copy link
Author

krim404 commented Aug 9, 2016

redo pull request, because of failed merge from github gui. Redoing from console.

New one #11530

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language Change This is for Translators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants