Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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 Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Erin Kelly, 15 years ago

Resolution: fixed
Status: newclosed

(In [10049]) Fixed #10238: coerce TextField values to unicode in the oracle backend.

comment:3 by Erin Kelly, 15 years ago

(In [10050]) [1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backend. Backport of [10049] from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top