In SQLite.exe [the source of the simple example I sent]
PRAGMA integrity_check;
Ok


Julian Dohmen | developer
Evelyn Manufacturing | Alexandria & KeepnTrack 
801.943.7277 ext 565 | [email protected] 





 From:   Simon Slavin <[email protected]> 
 To:   SQLite mailing list <[email protected]> 
 Sent:   7/21/2016 11:45 AM 
 Subject:   Re: [sqlite] Error or Crash using OR in MATCH clause 

 
On 21 Jul 2016, at 5:16pm, Julian Dohmen <[email protected]> wrote: 
 
> SELECT * FROM VTest WHERE VTest MATCH 'wrinkle in time OR a wrinkle in time' 
> ORDER BY rank; 
> ERROR 
> Error: database disk image is malformed 
 
What is the result of 
 
PRAGMA integrity_check 
 
? 
 
Simon. 
_______________________________________________ 
sqlite-users mailing list 
[email protected] 
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users 
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to