Re: [sqlite] Virtual Table BestIndex Being Passed LIKE constraints in SQLite 3.13.0?

2016-06-24 Thread Richard Hipp
On Sat, Jun 25, 2016 at 2:55 AM, Mike Nicolino wrote: > Hey Everyone, > > I'm got a system with virtual tables using System.Data.SQLite > 1.0.102.0/SQLite version 3.13.0, the LIKE constraint for queries is now being > passed to the virtual table BestIndex functions (BestIndex is getting 65 as >

[sqlite] Virtual Table BestIndex Being Passed LIKE constraints in SQLite 3.13.0?

2016-06-24 Thread Mike Nicolino
Hey Everyone, I'm got a system with virtual tables using System.Data.SQLite 1.0.102.0/SQLite version 3.13.0, the LIKE constraint for queries is now being passed to the virtual table BestIndex functions (BestIndex is getting 65 as its constraint.op). I had asked a question regarding LIKE constr