• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/DBIx/Class/Tree/H22-Sep-2011-1,431659

t/H22-Sep-2011-1,5141,078

ChangesH A D22-Sep-20111.2 KiB3627

MANIFESTH A D22-Sep-2011391 2423

META.ymlH A D22-Sep-2011620 2423

Makefile.PLH A D22-Sep-2011669 1613

READMEH A D22-Sep-20111.3 KiB3926

README

1DBIx::Class::NestedSet::ResultSet version 0.10
2==============================================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17    DBIx::Class
18
19TODO
20
21There are some issues about the current implementation that need consideration
22
23    Is it possible to support multiple key indexes? Yes but we need to specify the root value when we create the root node
24    Also search_related currently only works with single key PK
25    In the event that a root column is not defined, should we default to using the primary key
26        One reason why not, because we may want to add a new node as the new root or to add one tree to another
27    Is the 'CASE' sql in NestedSet.pm compatible with all databases?
28    What do we do if we have several objects (e.g. root) instances when we add new nodes. Do we 'discard_changes'?
29    delete method seems to be ineficient for deleting a sub-tree
30    I am not quite sure what 'has_descendent' should do.
31
32COPYRIGHT AND LICENCE
33
34Copyright (C) 2010-2011 by Ian Docherty
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.10.0 or,
38at your option, any later version of Perl 5 you may have available.
39