SQLite version 3.5.4
sqlite> create virtual table foo using fts3;
sqlite> insert into foo values('anything');
sqlite> select * from foo where foo match '-all -words -are -negated';
SQL error: SQL logic error or missing database

Yeah, I know it's not really a useful thing to search for nothing but negated
words, but I think it should result in an empty list, not an SQL error.  I
mean, the match words often come from a Web <form>, and I don't think I should
have to write code to check for this situation.

-- 
Andy Goth
<[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to