Hi Folks, Using virtual tables the WHERE clause is broken up and sent to the "best index" function to determine the best index. Then the "filter" function is called to perform the actual work. I've noticed that the SQLITE engine seems to process OR clauses outside of the virtual table process, while AND clauses are provided to the "filter" function to use. How can we get the OR clauses sent to the "filter" function where we can make use of that information?
Using SQLITE 3.6.18. Thanks, -Allan _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users