Actions
Feature #79262
closedAdd possibility to create TRIM expression with Doctrine DBAL
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-01-10
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:
Description
$queryBuilder->expr()->comparison( $queryBuilder->expr()->trim($fieldName), ExpressionBuilder::EQ, $queryBuilder->createNamedParameter('', \PDO::PARAM_STR) );
Actions