Changes for version 0.01000 - 2006-11-06
- Added is_leaf, is_root, and is_branch to AdjacencyList.
- Added a validation override for set_primary_key().
- Removed the _grouping_clause override method.
- Created a TODO document.
- attach_child() attach_sibling() now accept more than one object to attach.
- Added tests for Ordered.
- Renamed Positional as Ordered.
- Added tests for AdjacencyList.
- Moved Positional functionality out of AdjacencyList and in to AdjacencyList::Positional.
- AdjacencyList module created.
- First version.
Modules
Manipulate and anaylze tree structured data. (EXPERIMENTAL)
Manage a tree of data using the common adjacency list model. (EXPERIMENTAL)
Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)