Re: [sqlite] Bug: 3.8.2 assertion failure in allocateIndexInfo where 3.7.13 does not

2014-01-20 Thread Richard Hipp
Trouble ticket here: www.sqlite.org/src/tktview/1a1a194d1e5f8 On Mon, Jan 20, 2014 at 1:38 PM, Mary Holstege wrote: > > The setup here is a virtual table with two columns > and a query of the form: > > select c1,c2 from test where c1 > The code in exprAnalyze

[sqlite] Bug: 3.8.2 assertion failure in allocateIndexInfo where 3.7.13 does not

2014-01-20 Thread Mary Holstege
The setup here is a virtual table with two columns and a query of the form: select c1,c2 from test where c1op==TK_COLUMN ){ pTerm->leftCursor = pLeft->iTable; pTerm->u.leftColumn = pLeft->iColumn;