Actions
Bug #22049
closedBETWEEN operator is not supported
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-02-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using EXT:crawler, the crawler jobs fails with a parseWhere exception. Problem is that generated queries use a BETWEEN operator to retrieve queued jobs:
((scheduled BETWEEN 1265068628 AND 1265068828 ) OR scheduled <= 1265068728) AND NOT exec_time AND page_id=1 AND parameters_hash = '854e9a2a77'
(issue imported from #M13412)
Files
Actions