I get it. scan.l converts '!=' to '<>':

    644                     /* Convert "!=" operator to "<>" for 
compatibility */
    645                     if (strcmp(yytext, "!=") == 0)
    646                         yylval.str = pstrdup("<>");
    647                     else
    648                         yylval.str = pstrdup(yytext);


""Joshua D. Drake"" <[EMAIL PROTECTED]>
>
> Well yes it will work if you add a space, but technically the problem is 
> the query should be written like this:
>
> 1 <>-1 or 1 <> -1
>
> Joshua D. Drake 



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to