#11017: Oracle LIKEC query doesn't use index
---------------------------------------------------+------------------------
          Reporter:  jtiai                         |         Owner:  nobody
            Status:  new                           |     Milestone:  1.2   
         Component:  Database layer (models, ORM)  |       Version:  SVN   
        Resolution:                                |      Keywords:  oracle
             Stage:  Accepted                      |     Has_patch:  0     
        Needs_docs:  0                             |   Needs_tests:  0     
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Comment (by ikelly):

 Thanks for tracking down that bug.  I'm fairly sure that Frank was using
 Oracle 9 when he reported #5985, so this is quite likely the same bug.
 I'm reluctant to just revert the change since that would cause a
 regression of #5985, but I'm definitely willing to consider the
 workaround.  I also wonder if it might be fixed a bit more efficiently by:
 {{{
 LIKE %s ESCAPE N'\\'
 }}}
 Unfortunately, I don't have a 9.2.0.5 database available to test on.  Do
 you?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11017#comment:15>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

--

You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to