Ticket #1531 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

load-data loads nested sets incorrectly

Reported by: pbowyer Owned by: jwage
Priority: major Milestone: 1.0.4
Component: Data Fixtures Version: 1.0.2
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: no

Description

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.

Attachments

testdata.yml (0.6 KB) - added by pbowyer 9 months ago.
A fixture file to test with
testschema.yml (0.9 KB) - added by pbowyer 9 months ago.
schema to test with

Change History

Changed 9 months ago by pbowyer

A fixture file to test with

Changed 9 months ago by pbowyer

schema to test with

Changed 9 months ago by jwage

  • milestone set to 1.0.4

Changed 9 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [5119]) [1.0, 1.1] fixes #1531

Note: See TracTickets for help on using tickets.