Unsupported DQL 'SUM(props.id NOT IN (:propIds)) = 0' #11765
Unanswered
richardhj
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Summary
Trying to create this query:
(from https://stackoverflow.com/a/14113307)
Using
results in
Expected Doctrine\ORM\Query\Lexer::T_CLOSE_PARENTHESIS, got 'NOT'
.Using
results in
Expression of type 'Doctrine\ORM\Query\Expr\Math' not allowed in this context
.Is this no Mysql-agnostic syntax maybe?
Beta Was this translation helpful? Give feedback.
All reactions