[symfony-users] Doctrine NestedSet Bug?

2010-04-18 Thread comb
schema.yml: Category actAs: [NestedSet] ... fixtures.yml: Category: NestedSet: true c0: name: cat0 c1: name: cat1 children: c2: name: cat2 c3: name: cat3 children: c4: name: cat4 A query SELECT * FROM .. ORDER BY lft asc results in an

Re: [symfony-users] Doctrine NestedSet Bug?

2010-04-18 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 is not a bug. Internally, Doctrine will arange the information. However what you should look at is to check lft value. You will see that lft is ascending. I would recomend you to have a look on Documentation. Alecs -BEGIN PGP SIGNATURE-