Actions
Bug #19385
closedSQL LIKE wildcards are not escaped correctly for list queries
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-09-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using t3lib_db::listQuery('some_Tag') - and knowing that "_" and "%" are wildcard characters in SQL LIKE statements - will produce wrong result sets.
The solution is to escape these wildcard characters correctly.
(issue imported from #M9442)
Files
Updated by Oliver Hader about 16 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 4265)
- Trunk (rev. 4266)
Actions