Actions
Bug #22695
closedSQL parser doesn't accept ALTER TABLE statement without CHANGE, DROP or ADD keyword
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This means the SQL parser won't accept a statement like:
ALTER TABLE tx_realurl_pathcache ENGINE=InnoDB;
making it impossible to install an extension like RealURL.
(issue imported from #M14456)
Files
Actions