Merge 'column_attr' into 'trunk'
authorNigel Metheringham <nigelm@cpan.org>
Tue, 24 Feb 2009 18:28:54 +0000 (18:28 +0000)
committerNigel Metheringham <nigelm@cpan.org>
Tue, 24 Feb 2009 12:33:20 +0000 (12:33 +0000)
commitb95f66d0e42dac7d62b845e1ccfe84b9da697339
tree0e905b15e542c1b21cee5526303117f6659e4aa2
parent0233fc64c715d17f066fa7df5c93c42d845e6e85
parent9f16cc9c19ddbd2bff47e055a138639a60d075dc
Merge 'column_attr' into 'trunk'

r10954@hex:  nigel | 2009-02-24 12:28:54 +0000
Merged in column_attr branch:-
  Resultset attributes now include the following items to specify
  "select" and "as" values:-
     columns    - list of columns (specifies both select and as)
     +columns   - list of extra columns (specifies both select and as)
     select     - list of select values only
     +select    - list of extra select values only
     as         - list of as values only
     +as        - list of extra as values only
     include_columns - deprecated alias for +columns
  The values for columns/+columns/include_columns may include hashrefs,
  in which case the hash is interpreted as {as => select}, allowing
  queries involving functions to be specified without needing the
  information to be split into 2 separate places.
t/60core.t