Task #78045
closedImplement DBAL inSet() for SQLite
100%
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.
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50006
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50006
Updated by Oliver Hader about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 59b684d717e2fe0705c06e02b69850597e6a29f4.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50149
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50149
Updated by Morton Jonuschat about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset e4c41dd9f573ab2f7c60d321ca9100a7c58f9f2e.