nested-set icon indicating copy to clipboard operation
nested-set copied to clipboard

PHP Nested Set with Doctrine DBAL storage.

Results 8 nested-set issues
Sort by recently updated
recently updated
newest added

There is a special use case where the depth and the start overlap and create SQL that looks like `(a = x)`... this is equivalent to `(a=x)` and as a...

## Problem statement Fetching a parent on a large table can result in a filesort or temporary table before: ``` explain SELECT parent.id, parent.revision_id, parent.left_pos, parent.right_pos, parent.depth FROM nested_set_field_parent_node AS...

Add index for the subquery generated by the Top relationship. https://www.drupal.org/project/entity_hierarchy/issues/3251858

To support concurrency, ensure only the node keys are used in transactions. This is an API break.

Views support in Drupal is using depth and left pos ordering

Hi there! We're working on a Drupal distribution (LocalGov Drupal) and have had some conversations on https://www.drupal.org/project/dbal/issues/3186378 We're still having problems with our automated tests, which is being discussed on...

This is different from `moveSubTreeBelow` because we don't want to move the parent, just it's children.