Actions
Bug #71645
closedSchema migration service treats SQL keywords as case-sensitive
Start date:
2015-11-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The Schema migration service treats all column definitions as literals, leading to changes that are never really executed when the casing differs. As this is pretty annoying, it should go.
Especially relevant as e.g. PhpStorm autoformat (Ctrl+Alt+L) puts all keywords to uppercase when using the MySQL dialect.
Actions