doctrine-query-specification icon indicating copy to clipboard operation
doctrine-query-specification copied to clipboard

Specification based querying for Doctrine2

Results 2 doctrine-query-specification issues
Sort by recently updated
recently updated
newest added

The `QueryConstraint::asQueryConstraint` method has an optional object as typehint. I assume this is because most ExpressionBuilder methods return some kind of `Doctrine\ORM\Query\Expr` class. However `Expr::isNull` and `Expr::isNotNull` return a string,...