Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9706 closed (fixed)

Oracle Slugfield hardcoded to 50 chars

Reported by: Eleonora Altana Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This has been noted a few months ago (see comments in #3588), but in trunk the situation is still the same: in the Oracle backend, slug field is created as a NVARCHAR2(50) column.

max_lenght should be onored, as in the char field.

Change History (2)

comment:1 by Erin Kelly, 16 years ago

Resolution: fixed
Status: newclosed

(In [9548]) Fixed #9706: made SlugField honor max_length in Oracle, matching the other backends.

comment:2 by Erin Kelly, 16 years ago

(In [9549]) [1.0.X] Fixed #9706: made SlugField honor max_length in Oracle, matching the other backends. Backport of [9548] from trunk.

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