Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: Nested Set
-
Labels:None
Description
Tree hierarchy hydrators (Doctrine_Collection::toHierarchy and Doctrine_Array_Hierarchy_Driver::hydrateResultSet) are checking wheter the column `level` exists.
The level column can be aliased, and for oracle, it is required to do so. Therefor it is better to check, whether the aliased field level exists.
Patch included in pull request