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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 24 14:19:20 EDT 2006


Author: zev
Date: Mon Jul 24 14:19:20 2006
New Revision: 1658

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

Log:
 r11841 at truegrounds:  zev | 2006-07-24 14:19:12 -0400
 * documented limit a bit more


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	Mon Jul 24 14:19:20 2006
@@ -675,6 +675,9 @@
 
 =item "!="
 
+Any other standard SQL comparision operators that your underlying
+database supports are also valid.
+
 =item "LIKE"
 
 In the case of LIKE, the string is surrounded in % signs.  Yes. this is a bug.


More information about the Jifty-commit mailing list