Actions
Task #78045
closedImplement DBAL inSet() for SQLite
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
DBAL's ExpressionBuilder::inSet() currently does not support FIND_IN_SET for SQLite which is also not supported by the DBMS natively.
To achieve the behavior the field's value is surrounded by commas and then compared likewise to the accordant value expansion.
Actions