Happyr/Doctrine-Specification

[Syntax Error] line 0, col -1: Error: Expected Literal, got end of string.

peter-gribanov opened this issue · 1 comments

Error on execute countOf spec:

[Syntax Error] line 0, col -1: Error: Expected Literal, got end of string.

$spec = Spec::andX();
$total = (int) $this->rep->matchSingleScalarResult(Spec::countOf($spec), new AsSingleScalar());

Result DQL

SELECT COUNT(e) FROM MyEntity e WHERE 

resolved in #234 and #235