On 4 Jun 2019, at 12:46am, Doug <dougf....@comcast.net> wrote:

> Why does the "=" query fail and the "like" query work? 

To help us investigate ...

Which version of SQLite is this ?  You can use

    SELECT sqlite_version();

to find out.

What do you mean by 'work' and 'fail' ?  Are you referring to an error code ?

Can you add a debug line to your code so that just before applying the filter 
it outputs the same text to a log ?  Just to check whether '.toUtf8()' does 
what you think it's doing.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to