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)
Updated by Michael Stucki almost 19 years ago
If it's just the parts of database.sql then you can close this issue:
2006-01-14 Michael Stucki <michael@typo3.org>
- Removed depencency of typo3conf/database.sql: The file contents are now calculated automatically.
Updated by Karsten Dambekalns almost 19 years ago
Michael, after I posted this here, I already saw the ChangeLog message. I think this is it, so I set it to solved in beta2.
Actions