? ? Failure

User tests: Successful: Unsuccessful:

avatar wmchris
wmchris
9 Aug 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.

avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2016
Category Administration Components SQL Installation Libraries
avatar wmchris wmchris - open - 9 Aug 2016
avatar wmchris wmchris - change - 9 Aug 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2016
Labels Added: ?
avatar wmchris
wmchris - comment - 9 Aug 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.

avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2016
Category Administration Components SQL Installation Libraries Repository Administration Components SQL Language & Strings Templates (admin) Front End Installation
avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2016
Labels Added: ?
avatar wmchris wmchris - change - 9 Aug 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-08-09 12:09:16
Closed_By wmchris
avatar wmchris
wmchris - comment - 9 Aug 2016

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

New one #11530

Add a Comment

Login with GitHub to post a comment