#1531: load-data loads nested sets incorrectly
-----------------------------------+----------------------------------------
Reporter: pbowyer | Owner: jwage
Type: defect | Status: new
Priority: major | Milestone:
Component: Data Fixtures | Version: 1.0.2
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
Running
{{{
doctrine dump-data
}}}
works perfectly with my database, dumping records with the correct lft and
rgt attributes. However when loading data back into the database with
{{{
doctrine load-data
}}}
the values are ignored and always set to 1 and 2 respectively.
The ''id'' value of the rows is also not preserved - for me this is an
issue but there may not be any way around it.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1531>
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
-~----------~----~----~----~------~----~------~--~---