mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3336: Undefined property: Doctrine\ORM\Query\AST\SimpleArithmeticExpression::$field #4124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Oct 4, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user darkangel:
I upgraded from 2.4.1 to 2.4.4, and now I'm seeing this notice here & there:
{quote}Undefined property: Doctrine\ORM\Query\AST\SimpleArithmeticExpression::$field in /*/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php on line 200{quote}
This seems to be in a method with the description "Generates new SQL for Postgresql or Oracle if necessary." ... but we're on MySQL (Percona).