On 6/25/06, favo <[EMAIL PROTECTED]> wrote:
>
> iexact use ILIKE as backend. this will cause error when effect on a
> integer field.
> we just need "!=".
>
> select id from auth_user where id ILIKE 5;
>
> select id from auth_user where id != 5;
This is as desgined. iexact is for case insensitive
iexact use ILIKE as backend. this will cause error when effect on a
integer field.
we just need "!=".
select id from auth_user where id ILIKE 5;
select id from auth_user where id != 5;
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
Most comment systems that I know of allow the commenter to optionally
supply an e-mail address and/or a URL along with their comment for
attribution or administrator records. I thought it would be really
handy to have in Django's free comments, in an optional, fully
backwards-compatible, a