← Back to team overview

linux-traipu team mailing list archive

[Bug 804566] [NEW] SOUNDEX is documented but doesn't work

 

Public bug reported:

SOUNDEX function is documented [1] but it seems absent from Drizzle:

drizzle> select soundex('a');
ERROR 1305 (42000): FUNCTION soundex does not exist.

Using 2011.03.13 from Ubuntu 11.04 packages.

[1] http://docs.drizzle.org/functions/string/other.html#soundex

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/804566

Title:
  SOUNDEX is documented but doesn't work

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  SOUNDEX function is documented [1] but it seems absent from Drizzle:

  drizzle> select soundex('a');
  ERROR 1305 (42000): FUNCTION soundex does not exist.

  Using 2011.03.13 from Ubuntu 11.04 packages.

  [1] http://docs.drizzle.org/functions/string/other.html#soundex

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/804566/+subscriptions


Follow ups

References