On Sat, Jun 25, 2016 at 2:55 AM, Mike Nicolino <[email protected]> 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 > its constraint.op). > > Is the behavior in 3.13.0 a bug or has something changed that now makes it > possible for the LIKE constraint to be sent to virtual tables? >
This is a feature introduced in version 3.10.0. https://www.sqlite.org/releaselog/3_10_0.html -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

