SQLite and the LIKE operator
From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Mon, 16 May 2011 01:13:50 +0000
Several places in wc_db we use the following pattern to select all
While this works, there was some concern about whether or not SQLite
However, I stumbled across an alternate implementation which I believe
This also avoids a table scan by making use of the indicies, but has
Thoughts?
-Hyrum
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.