D. Richard Hipp wrote:
> 
> Likely this has to do with ticket #3015.
> http://www.sqlite.org/cvstrac/tktview?tn=3015
> 

Yes, I agree. It seems like the fix may have been too broad.

The problem with the query in that report was the use of an index on the 
left table in the join condition.

In the OP's query SQLite is failing to use an index on the right table 
when it should.

Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to