[Syntax Error] line 0, col -1: Error: Expected Literal, got end of string.
peter-gribanov opened this issue · 1 comments
peter-gribanov commented
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
peter-gribanov commented