https://bugzilla.wikimedia.org/show_bug.cgi?id=27646

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krinklem...@gmail.com
            Summary|Implement BETWEEN           |Implement Database convie
                   |                            |BETWEEN

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2011-09-17 01:54:02 UTC ---
There appears to be some movement lately that might open up an easy way to
choose an implementation. The '!' (bang, not) operator is not supported by
passing it in the column-key separated by a space.

> array( 'user_name !' => 'krinkle' )

That could be extended to allow something like this:

> array( 'colname BETWEEN' => array( 1, 5 );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to