Re: [sqlite] Virtual Table questions

2007-10-23 Thread drh
"Evans, Mark (Tandem)" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am exploring the use of the Virtual Table capability of SQLite 3.5.1 > for implementing alternative backing store and have a couple of > questions for virtual table gurus: > > Say I define a virtual table module registered as

[sqlite] Virtual Table questions

2007-10-23 Thread Evans, Mark (Tandem)
Hi All, I am exploring the use of the Virtual Table capability of SQLite 3.5.1 for implementing alternative backing store and have a couple of questions for virtual table gurus: Say I define a virtual table module registered as "custom" and then define virtual table T as follows: CREATE VIRTUAL