Actions
Bug #20636
closedDBAL: class.ux_t3lib_sqlparser.php and class.ux_t3lib_sqlengine.php are not synchronized anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-06-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Due to the unfortunate structure of sqlparser and sqlengine classes, code is duplicated in files class.ux_t3lib_sqlparser.php and class.ux_t3lib_sqlengine.php.
However recent patches (from myself) fixed issues without keeping both files in sync. Although code that is not in sync does not seem to hurt, it makes no sense to start having different code in both files.
This patches updates both files to be identical except for their name.
(issue imported from #M11366)
Files
Actions