Reworked _resolved_attrs() to allow columns to include hashes (with
authorNigel Metheringham <nigelm@cpan.org>
Fri, 7 Nov 2008 23:23:32 +0000 (23:23 +0000)
committerNigel Metheringham <nigelm@cpan.org>
Fri, 7 Nov 2008 17:23:43 +0000 (17:23 +0000)
commit50a6099adcb0fc07fd0a53cc4de41aba80464945
tree47fd1712dcdcd4712ccc1d5c0380277991e22b71
parentc45f4e10f2976f9e3b69a92dbd83e5ffc64e55ea
Reworked _resolved_attrs() to allow columns to include hashes (with
as => select elements), and to add +columns (same syntax).
Current state:
  2 broken tests in CDBI emulation:-
    t/cdbi-t/max_min_value_of                      (Wstat: 512 Tests: 2 Failed: 2)
      Failed tests:  1-2
      Non-zero exit status: 2
Other tests work (suprisingly).
Documentation to be done.
Interaction between columns/select may be different....
lib/DBIx/Class/ResultSet.pm