Actions
Bug #22096
closedWhere clause 0=0 cannot be parsed
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-02-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
SQL parser is not able to parse 0=0 in a where clause as it wrongly thinks parsed '0' (= "fieldname") is empty.
(issue imported from #M13490)
Files
Updated by Xavier Perseguers almost 15 years ago
- Core trunk (rev. 6889)
- Core 4-3 (rev. 6890)
- DBAL trunk (rev. 29886)
Not backported to DBAL 1-0 as branch 1-0 does not contain MSSQL unit tests
Updated by Xavier Perseguers almost 15 years ago
... and changeset 29886 backported to 1-0 (without unit test) and committed as rev. 29889 to DBAL 1-0
Actions