Re: [sqlite] Problem with disableTerm() and virtual tables

2010-12-07 Thread Dan Kennedy
> > When I attempt to perform a certain join (shown below), the disableTerm > function fails in the ALWAYS assertion, because the wtFlags field already has > the TERM_CODED bit set. As far as I can tell, it is looking at the first > constraint in the ON clause of the LEFT JOIN, possibly for the

[sqlite] Problem with disableTerm() and virtual tables

2010-12-07 Thread Hick Gunter
I am running SQLite 3.6.22 (debugging code enabled) with extensive use of virtual tables that behave as if their structures were as follows (unused fields have been omitted): CREATE TABLE one ( aunsigned, bunsigned, cunsigned, dunsigned, stext); CREATE IN