#13686 closed (fixed)
Asymmetry in memcached.add and memcached.set
Reported by: | Ned Batchelder | Owned by: | nobody |
---|---|---|---|
Component: | Core (Cache system) | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In changeset [12637], conversions to and from utf-8 were removed from .set() and .get(). But .add() still performs the conversion, which seems wrong.
Attachments (2)
Change History (8)
comment:1 by , 14 years ago
milestone: | → 1.3 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
by , 14 years ago
Attachment: | add-unicode.patch added |
---|
Reattached patch from duplicate ticket by jbalogh
comment:3 by , 14 years ago
Has patch: | set |
---|
by , 14 years ago
Attachment: | 13686_14703_unicode_in_memcached_backend_r14757.diff added |
---|
Extended patch with fix for #14703
Note:
See TracTickets
for help on using tickets.
#13791 reported the same thing, and has a patch with a test.