Re: [sqlite] xRowid and read only virtual tables....

2017-10-17 Thread dave
> On 10/16/17, dave wrote: > > Hi, I am building a system which involves a number of virtual table > > implementations. They are all read-only, but will be > involved in a bunch of > > joins amongst themselves. My question is this: > > > > the documentation > > http://sqlite.org/vtab.html#tab

Re: [sqlite] xRowid and read only virtual tables....

2017-10-17 Thread Richard Hipp
On 10/16/17, dave wrote: > Hi, I am building a system which involves a number of virtual table > implementations. They are all read-only, but will be involved in a bunch of > joins amongst themselves. My question is this: > > the documentation > http://sqlite.org/vtab.html#tabfunc2 at 2.12 xRo

[sqlite] xRowid and read only virtual tables....

2017-10-16 Thread dave
Hi, I am building a system which involves a number of virtual table implementations. They are all read-only, but will be involved in a bunch of joins amongst themselves. My question is this: the documentation http://sqlite.org/vtab.html#tabfunc2 at 2.12 xRowid seems (to my reading) to be alwa