On Mon, Feb 25, 2008 at 08:48:01AM +0000, Chisel Wright wrote:
>   $coldata_hashref = $record->MAGIC_FUNCTION();

.. in the meantime, this appears to do what I need:

    map {
        $data{$_} =
            $result->get_column($_)
    } $result->result_source->columns;

-- 
Chisel Wright
e: [EMAIL PROTECTED]
w: http://www.herlpacker.co.uk/

  I may be a pretty sad person, but I don't make jokes in base 13.

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to