Actions
Bug #15428
closeddatabase.sql contains backticks, breaks DBAL
Start date:
2006-01-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
database.sql contains backticks in the dummy package. This is breaking the inbstall tool (SQL parser) when using DBAL.
I see two possible solutions: Remove them (do we use any reserved MySQL words?) or strip them in the parser. I'd favour the first way, as the other SQL files don't contain backticks, neither.
(issue imported from #M2282)
Actions