Actions
Bug #22309
closedSQL Parser don't respect change of KEY
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If i have a table defined with
PRIMARY KEY (...)
and i change it to
KEY mykey (...)
the parser adds the new key every time you call compare. He forget to drop the PRIMARY KEY
(issue imported from #M13883)
Actions