Actions
Bug #23465
closeddb compare in install tool and ext-manager reports no-op changes e.g. for int columns
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Just one example line from the install tool:
ALTER TABLE tx_frm2_conferences_Attendee CHANGE tstamp tstamp INT UNSIGNED default 0;
Current value: int(10) unsigned default '0'
mysql-server-5.1.42
The comparison for default values should strip the quotes for int-columns.
(issue imported from #M15577)
Actions