Actions
Bug #17856
closedDB compare fails
Start date:
2007-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
many users noticed that EM gives update warning though field definition is equal to existing field. You see it with a "UPDATE NEEDED", eg:
ALTER TABLE fe_groups CHANGE felogin_redirectPid felogin_redirectPid tinytext;
Current value: tinytext
The comparison fails because of missing trim
(issue imported from #M6844)
Files
Actions