Hello!

In new relise doesn't some queries. The simplest non-working query is like to:

sqlite> select 1 from file_text where rowid=1 and file_text match 'document';
Error: SQL logic error or missing database

sqlite> select 1 from file_text where docid=1 and file_text match 'document';
Error: SQL logic error or missing database

In previous versions these work fine.

Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to