Project

General

Profile

Actions

Bug #19582

closed

DBAL does not support SQL from (new?) session management

Added by Xavier Perseguers over 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-05-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When logging into the backend, DBAL stops while trying to parse and convert the following WHERE clause:

... WHERE (crdate + lifetime) >= 1241265817 OR lifetime = 0

The parser is not able to parse "crdate + lifetime".

I'll dig into SQL parser to provide a patch.
(issue imported from #M11022)


Files

11022.diff (4.25 KB) 11022.diff Administrator Admin, 2009-05-03 12:44
11022_v3.diff (5.13 KB) 11022_v3.diff Administrator Admin, 2009-05-03 21:32
11022_v5.diff (5.71 KB) 11022_v5.diff Administrator Admin, 2009-05-16 01:33
Actions #1

Updated by Xavier Perseguers over 15 years ago

Added support for (-), (*), (/) and (%)

Actions #2

Updated by Karsten Dambekalns over 15 years ago

Uploaded v5 as posted by Xavier in core list.

Actions #3

Updated by Steffen Kamper over 15 years ago

committed to trunk, rev 5465

Actions #4

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF