[Jifty-commit] r5534 - in Jifty-DBI/trunk: lib/Jifty/DBI

Jifty commits jifty-commit at lists.jifty.org
Fri Jun 27 09:50:30 EDT 2008


Author: sterling
Date: Fri Jun 27 09:50:00 2008
New Revision: 5534

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm

Log:
 r5925 at shanenka-lt-osx:  shanenka | 2008-06-27 08:49:36 -0500
 Added documentation for "IS" on limit().


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	Fri Jun 27 09:50:00 2008
@@ -1150,6 +1150,12 @@
 IN matches a column within a set of values.  The value specified in the limit
 should be an array reference of values.
 
+=item "IS"
+
+=item "IS NOT"
+
+This is useful for when you wish to match columns that contain NULL (or ones that don't). Use this operator and a value of "NULL".
+
 =back
 
 =item escape


More information about the Jifty-commit mailing list