#8553: Add soundex support to MySQL (and others)
---------------------------------------------------+------------------------
          Reporter:  dacort <[EMAIL PROTECTED]>  |         Owner:  nobody       
 
            Status:  closed                        |     Milestone:             
   
         Component:  Database wrapper              |       Version:  SVN        
   
        Resolution:  wontfix                       |      Keywords:  mysql, 
soundex
             Stage:  Unreviewed                    |     Has_patch:  0          
   
        Needs_docs:  0                             |   Needs_tests:  0          
   
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Changes (by mtredinnick):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => wontfix
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Not really worth it. Soundex support has enough collisions that it's often
 preferable to use other, similar algorithms. So then it becomes a question
 of which versions to include. Since adding extra lookup types is actually
 possible by subclassing the `Query` class (`django.contrib.gis` already
 does this), no modifications to core should be needed for this.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8553#comment:1>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to