Pending

User tests: Successful: Unsuccessful:

avatar alex7r
alex7r
23 May 2016

Pull Request SchemaChangesetItem fixInteger fix .

Summary of Changes

Fixing issue with SchemaChangesetItem buildCheckQuery
treats
int(11) unsigned
as
int(11)

Testing Instructions

ALTER TABLE #__table CHANGE c_select_x c_select_x int(11) unsigned NOT NULL DEFAULT "0";

avatar alex7r alex7r - open - 23 May 2016
avatar alex7r
alex7r - comment - 23 May 2016

Yes, seems like it would cover my issue.
closed, cause joomla#10538

avatar alex7r alex7r - close - 23 May 2016

Add a Comment

Login with GitHub to post a comment