Actions
Feature #21903
closedSupport SQL "CASE WHEN"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-01-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In order to support new feature of TemplaVoilà, support for CASE WHEN (http://dev.mysql.com/doc/refman/5.0/en/control-flow-functions.html#operator_case) should be added.
(issue imported from #M13135)
Files
Updated by Xavier Perseguers almost 15 years ago
Uploaded draft of the patch. What is still missing is properly quoting fields inside the CASE ... WHEN construct.
Updated by Xavier Perseguers almost 15 years ago
v2 were committed to:
- Core trunk (rev. 6712)
- DBAL trunk (rev. 28324)
Actions