#8553: Add soundex support to MySQL (and others) ------------------------------------------+--------------------------------- Reporter: dacort <[EMAIL PROTECTED]> | Owner: nobody Status: new | Milestone: Component: Database wrapper | Version: SVN Keywords: mysql, soundex | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- I needed to use MySQL sounds like support in an app recently and found it to be seemingly easy to add support for this. Not sure what the policy is about database-specific calls, but at least both postgres, sqlite, and oracle all appear to support some form of soundex.
http://www.postgresql.org/docs/8.3/static/fuzzystrmatch.html http://www.sqlite.org/lang_corefunc.html http://www.techonthenet.com/oracle/functions/soundex.php I've attached my changes for MySQL. -- Ticket URL: <http://code.djangoproject.com/ticket/8553> 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 -~----------~----~----~----~------~----~------~--~---
