Django

Code

Ticket #9706 (closed: fixed)

Opened 7 months ago

Last modified 7 months ago

Oracle Slugfield hardcoded to 50 chars

Reported by: elealty Assigned to: nobody
Milestone: Component: Database layer (models, ORM)
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

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.

Attachments

Change History

12/02/08 12:40:41 changed by ikelly

  • status changed from new to closed.
  • resolution set to fixed.

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

12/02/08 12:42:31 changed by ikelly

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


Add/Change #9706 (Oracle Slugfield hardcoded to 50 chars)




Change Properties
Action