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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 18 14:43:14 EST 2007


Author: trs
Date: Thu Jan 18 14:43:13 2007
New Revision: 2528

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

Log:
 r18925 at zot:  tom | 2007-01-18 14:42:55 -0500
 Fix doc bug (relic of SB, I think)


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	Thu Jan 18 14:43:13 2007
@@ -849,10 +849,12 @@
 
 =item "LIKE"
 
-In the case of LIKE, the string is surrounded in % signs.  Yes. this is a bug.
-
 =item "NOT LIKE"
 
+=item "MATCHES"
+
+MATCHES is like LIKE, except it surrounds the value with % signs.
+
 =item "STARTSWITH"
 
 STARTSWITH is like LIKE, except it only appends a % at the end of the string


More information about the Jifty-commit mailing list