Project

General

Profile

Actions

Bug #22049

closed

BETWEEN operator is not supported

Added by Xavier Perseguers about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
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

13412_core.diff (2.21 KB) 13412_core.diff Administrator Admin, 2010-02-03 15:15
13412_dbal.diff (1.19 KB) 13412_dbal.diff Administrator Admin, 2010-02-03 15:15
Actions #1

Updated by Xavier Perseguers about 14 years ago

Committed revision 6841.

Actions

Also available in: Atom PDF