#1631: dql callback of Timestampable interferes with nested set shifting
-----------------------------------+----------------------------------------
Reporter: jphilip | Owner: romanb
Type: defect | Status: new
Priority: major | Milestone: 1.0.4
Component: NestedSet | Version: 1.0.3
Keywords: | Has_test: 1
Mystatus: Pending Core Response | Has_patch: 1
-----------------------------------+----------------------------------------
I had a problem when adding a node on a model with timestampable and DQL
callback enables because the date parameter was swapped with the lft
parameter when the nested set updates the lft field.
The problem disappears when DQL callback is turned off.
The patch joined fixes the problem and I join a failing test case.
If you turn off DQL callback in the test, it passes.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1631>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---