in reply to Re: "Can't use index" with DBD::SQLite
in thread "Cannot use index" with DBD::SQLite
Thanks. I ran your code, and it worked for me, and then re-created my index per your specifications, with the one tweak I made before. It still didn't work on my table. So I figured that tweak must be the problem.
For some reason I don't understand, it didn't like my COLLATE NOCASE DESC specification. When I re-created the index once again without that, it started working. Huh.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Can't use index" with DBD::SQLite
by zyxsys.com (Initiate) on Mar 01, 2013 at 10:24 UTC |