Re: [sqlite] Ticket #3602

2009-01-24 Thread Jens Miltner
Am 23.01.2009 um 12:44 schrieb Dan: > > On Jan 23, 2009, at 5:37 PM, Jens Miltner wrote: > >> Hi, >> >> I filed ticket #3602 a couple of days ago: >> >> Essentially, when using empty test sets ("IN ()" / "NOT IN ()") in >> the >> WHERE expression of a query, an assert() fires inside the

Re: [sqlite] Ticket #3602

2009-01-23 Thread Dan
On Jan 23, 2009, at 5:37 PM, Jens Miltner wrote: > Hi, > > I filed ticket #3602 a couple of days ago: > > Essentially, when using empty test sets ("IN ()" / "NOT IN ()") in the > WHERE expression of a query, an assert() fires inside the bestIndex > function. The assert expects pExpr->pList to be

[sqlite] Ticket #3602

2009-01-23 Thread Jens Miltner
Hi, I filed ticket #3602 a couple of days ago: Essentially, when using empty test sets ("IN ()" / "NOT IN ()") in the WHERE expression of a query, an assert() fires inside the bestIndex function. The assert expects pExpr->pList to be non-NULL and the code actually checks for this to be