Hi all, Am I able to do a multi table select in DBIC without using a JOIN?
Example: 'SELECT t1.*, t2.* FROM t1, t2 WHERE t1.foo = t2.bar AND t1.baz > 5'.
If this is currently unimplemented in DBIC, what is needed to implement such a query?
Regards, Tom -- Tom Lanyon aka dec _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
