Re: [sqlite] Virtual Table and the xBestIndex

2011-02-26 Thread Dariusz Matkowski
ite.org] On Behalf Of Jay A. Kreibich Sent: Friday, February 25, 2011 11:00 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Virtual Table and the xBestIndex On Fri, Feb 25, 2011 at 09:30:00PM -0500, Dariusz Matkowski scratched on the wall: > I am trying to implement a simple

Re: [sqlite] Virtual Table and the xBestIndex

2011-02-26 Thread Dariusz Matkowski
al Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Jay A. Kreibich Sent: Friday, February 25, 2011 11:00 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Virtual Table and the xBestIndex On Fri, Feb 25, 2011 at 09:30

Re: [sqlite] Virtual Table and the xBestIndex

2011-02-25 Thread Jay A. Kreibich
On Fri, Feb 25, 2011 at 09:30:00PM -0500, Dariusz Matkowski scratched on the wall: > I am trying to implement a simple virtual table that reads in a file > with two columns and "::" separator. My question is: is it necessary > to implement xBestIndex to run a simple where clause queries? You m

[sqlite] Virtual Table and the xBestIndex

2011-02-25 Thread Dariusz Matkowski
Hi all, I am trying to implement a simple virtual table that reads in a file with two columns and "::" separator. My question is: is it necessary to implement xBestIndex to run a simple where clause queries? Thank you. - This t