mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2081: [GH-480] Change SqlWalker property visibility #2625
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 15, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of djlambert:
Url: https://github.com/doctrine/doctrine2/pull/480
Message:
I'm working on a library to add support for spatial data types and functions to Doctrine. I'm trying to implement a custom AST walker which will return objects from DQL queries instead of scalar values. I've currently gotten this to work but the implementation feels a bit hack-ish:
https://github.com/djlambert/doctrine2-spatial/blob/master/lib/CrEOF/Spatial/ORM/Query/GeometryWalker.php
With the visibility on the SqlWalker class properties changed it allows for what I feel is a cleaner implementation:
https://github.com/djlambert/doctrine2-spatial/blob/sqlwalker-visibility/lib/CrEOF/Spatial/ORM/Query/GeometryWalker.php
I'm only using the
$rsm,$scalarResultCounter, and$scalarResultAliasMapproperties, but I changed all of them with the thought that someone else might find the others useful.@doctrinebot commented on GitHub (Oct 27, 2012):
Comment created by @beberlei:
A related Github Pull-Request [GH-480] was closed
https://github.com/doctrine/doctrine2/pull/480
@doctrinebot commented on GitHub (Oct 27, 2012):
Comment created by @FabioBatSilva:
Closed..
For more details : https://github.com/doctrine/doctrine2/pull/480
@doctrinebot commented on GitHub (Oct 27, 2012):
Issue was closed with resolution "Invalid"
@doctrinebot commented on GitHub (Dec 29, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-480] was closed:
https://github.com/doctrine/dbal/pull/480