[Rt-commit] r5929 - DBIx-SearchBuilder/trunk

jesse at bestpractical.com jesse at bestpractical.com
Wed Sep 13 18:57:13 EDT 2006


Author: jesse
Date: Wed Sep 13 18:57:12 2006
New Revision: 5929

Modified:
   DBIx-SearchBuilder/trunk/   (props changed)
   DBIx-SearchBuilder/trunk/SearchBuilder.pm

Log:
 r27419 at pinglin:  jesse | 2006-09-13 14:19:19 +0100
 * Patch from Todd Chapman to document the LEFTJOIN argument to LIMIT


Modified: DBIx-SearchBuilder/trunk/SearchBuilder.pm
==============================================================================
--- DBIx-SearchBuilder/trunk/SearchBuilder.pm	(original)
+++ DBIx-SearchBuilder/trunk/SearchBuilder.pm	Wed Sep 13 18:57:12 2006
@@ -649,6 +649,14 @@
 and INT_LINKFIELD and added to the criterias.  If ALIAS is set, new
 criterias about the foreign table will be added.
 
+=item LEFTJOIN
+
+To apply the Limit inside the ON clause of a previously created left
+join, pass this option along with the alias returned from creating
+the left join. ( This is similar to using the EXPRESSION option when
+creating a left join but this allows you to refer to the join alias
+in the expression. )
+
 =item FIELD
 
 Column to be checked against.
@@ -1619,7 +1627,7 @@
 
 =head1 AUTHOR
 
-Copyright (c) 2001-2005 Jesse Vincent, jesse at fsck.com.
+Copyright (c) 2001-2006 Jesse Vincent, jesse at bestpractical.com.
 
 All rights reserved.
 


More information about the Rt-commit mailing list