As I know the query joining two or more tables automatically creates accessors 
for main table columns  and other can be reached through 
$rs->get_column('col_name'). 
I'm using  get_column('col_name') for all columns even for main table columns 
asn it's working fine.
The question is why a part of columns get accessors automatially and other must 
be accessed manualy?

May be better to make automatic accessor creation for any column returned of 
defined in query?
---
dr.eel

_______________________________________________
List: http://lists.rawmode.org/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