#10238 closed (fixed)
Oracle backend returns TextField data as str
| Reported by: | Erin Kelly | Owned by: | Erin Kelly |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The Oracle backend is returning TextField data as str instead of unicode. Nothing in the test suite catches this.
Change History (4)
comment:1 by , 17 years ago
| milestone: | → 1.1 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [10049]) Fixed #10238: coerce TextField values to unicode in the oracle backend.