Actions
Bug #58973
closedquoteStr is not using the table
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2014-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently i'm trying to find a way to crawl EXT:news records with the crawler extension by using the single_pid of the category.
For this case i have a statement with three tables. (news,mm,category)
In this case the crawler is using the quoteStr method in TYPO3\CMS\Core\Database. But here the tablename will not use so that it is not possible to get a valid query in my case.
I think it should not be a problem to set the tablename all the time.
Files
Actions