Re: [sqlite] Sqlite crashes on FTS query

2013-03-24 Thread Richard Hipp
On Sat, Mar 23, 2013 at 6:12 PM, Tamás Kovács wrote: > Here's how to reproduce it: > - Get the latest sqlite shell for windows: > http://www.sqlite.org/2013/sqlite-shell-win32-x86-3071600.zip > - Download and extract this database: > https://dl.dropbox.com/u/242199/db.zip > -

Re: [sqlite] Sqlite crashes on FTS query

2013-03-24 Thread Jean-Christophe Deschamps
At 23:12 23/03/2013, you wrote: ´¯¯¯ Here's how to reproduce it: - Get the latest sqlite shell for windows: http://www.sqlite.org/2013/sqlite-shell-win32-x86-3071600.zip - Download and extract this database: https://dl.dropbox.com/u/242199/db.zip - Run this query: SELECT rowid FROM ad_text

[sqlite] Sqlite crashes on FTS query

2013-03-24 Thread Tamás Kovács
Here's how to reproduce it: - Get the latest sqlite shell for windows: http://www.sqlite.org/2013/sqlite-shell-win32-x86-3071600.zip - Download and extract this database: https://dl.dropbox.com/u/242199/db.zip - Run this query: SELECT rowid FROM ad_text WHERE title MATCH 'text:t60 NEAR/6 lenovo';