Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Invalid
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: ORM
-
Labels:None
Description
There is an undefined method called in Doctrine\ORM\Query\SqlWalker
Fatal error: Call to undefined method Doctrine\ORM\Query\AST\PathExpression::isSimpleArithmeticExpression() in vendor\doctrine\orm\lib\Doctrine\ORM\Query\SqlWalker.php on line 2091
Activity
Alexander
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Awaiting Feedback [ 10000 ] |
Daniel Huss
made changes -
| Attachment | SqlWalkerTest.php [ 11378 ] |
Daniel Huss
made changes -
| Attachment | SqlWalker.patch [ 11521 ] |
Marco Pivetta
made changes -
| Assignee | Benjamin Eberlei [ beberlei ] | Marco Pivetta [ ocramius ] |
Benjamin Eberlei
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Assignee | Marco Pivetta [ ocramius ] | Benjamin Eberlei [ beberlei ] |
| Resolution | Invalid [ 6 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-2229, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Hi Karma
Could you provide the failing DQL ?
Cheers