Actions
Bug #19582
closedDBAL does not support SQL from (new?) session management
Status:
Closed
Priority:
Should have
Assignee:
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
Updated by Xavier Perseguers over 15 years ago
Added support for (-), (*), (/) and (%)
Updated by Karsten Dambekalns over 15 years ago
Uploaded v5 as posted by Xavier in core list.
Actions