[Bast-commits] r5546 - DBIx-Class/0.08/branches/subquery/lib/DBIx/Class/Manual

robkinyon at dev.catalyst.perl.org robkinyon at dev.catalyst.perl.org
Fri Feb 20 04:29:40 GMT 2009


Author: robkinyon
Date: 2009-02-20 04:29:39 +0000 (Fri, 20 Feb 2009)
New Revision: 5546

Modified:
   DBIx-Class/0.08/branches/subquery/lib/DBIx/Class/Manual/Cookbook.pod
Log:
Added qualifiers as to when as_query will work

Modified: DBIx-Class/0.08/branches/subquery/lib/DBIx/Class/Manual/Cookbook.pod
===================================================================
--- DBIx-Class/0.08/branches/subquery/lib/DBIx/Class/Manual/Cookbook.pod	2009-02-20 04:26:22 UTC (rev 5545)
+++ DBIx-Class/0.08/branches/subquery/lib/DBIx/Class/Manual/Cookbook.pod	2009-02-20 04:29:39 UTC (rev 5546)
@@ -338,6 +338,12 @@
        WHERE artistid = me.artistid
       )
 
+=head2 Where subqueries will work
+
+Currently, subqueries will B<only> work in the where-clause of a search. In
+other words, in the first hashref of a search() method. Work is being done
+to make them work as part of the second hashref (from, select, +select, etc).
+
 =head2 Predefined searches
 
 You can write your own L<DBIx::Class::ResultSet> class by inheriting from it




More information about the Bast-commits mailing list