On Dec 10, 2009, at 1:13 PM, Alexey Pechnikov wrote:

> 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.

Thanks. Fixed here:

   http://www.sqlite.org/src/vinfo/6cbbae849990d99b7ffe252b642d6be49d0c7235

Dan.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to