SOUNDEX is documented but doesn't work
Bug #804566 reported by Piotr Przybylski
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Drizzle | Fix Released | Low | Stewart Smith | ||
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://
Related branches
lp:~stewart/drizzle/bug804566
- Stewart Smith (community): Approve
- Drizzle Trunk: Pending requested
- Diff: 30 lines (+0/-9)2 files modifieddocs/functions/string.rst (+0/-1)
docs/functions/string/other.rst (+0/-8)
| Changed in drizzle: | |
| assignee: | nobody → Stewart Smith (stewart) |
| status: | Confirmed → Fix Committed |
| Changed in drizzle: | |
| milestone: | none → 7.2.5 |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Docs are wrong.