[Jifty-commit] r2163 - jifty/trunk/lib/Jifty/Manual

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Nov 15 15:19:18 EST 2006


Author: audreyt
Date: Wed Nov 15 15:19:18 2006
New Revision: 2163

Modified:
   jifty/trunk/lib/Jifty/Manual/Models.pod

Log:
* Jifty::Manual::Models - It mentions <> as the SQL inequality
  operator, but all internal code uses != instead; change the doc
  to match reality.

Modified: jifty/trunk/lib/Jifty/Manual/Models.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Models.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Models.pod	Wed Nov 15 15:19:18 2006
@@ -285,7 +285,7 @@
 question.
 
 The C<operator> (whose default is '=') can be any legal SQL operator
-like C<=>, C<E<lt>=>, C<E<gt>=>, C<E<lt>E<gt>>, C<LIKE>, C<IS>, C<IS
+like C<=>, C<< <= >>, C<< >= >>, C<< != >>, C<LIKE>, C<IS>, C<IS
 NOT> as well as some convenience operators that silently use C<LIKE>
 with properly set wildcards (C<MATCHES>, C<STARTSWITH> or
 C<ENDSWITH>).


More information about the Jifty-commit mailing list