Edgewall Software

Opened 15 years ago

Last modified 9 years ago

#8396 closed enhancement

[Database schema] Ticket description field might be too short. — at Initial Version

Reported by: guillaume.brocard@… Owned by:
Priority: normal Milestone: 1.1.4
Component: database backend Version: 0.11.4
Severity: normal Keywords: mysql
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

He,

have you ever considered using mediumtext instead of text for the description field of a ticket ?

I've got tickets exceeding the 65536 characters limit, that have been tested ok when switching to mediumtext type (in my case, this is useful for an import from clearquest tickets).

I have checked Bugzilla, and they are using mediumtext pretty much everywhere (at least in version 3.2).

Attached is the modified schema file.

Thx, Guillaume.


System information :

os : windows xp 32 bits sp2
py : 2.5
db : mysql server 5.0

Change History (1)

by guillaume.brocard@…, 15 years ago

Attachment: db_default.py added

Default db schema definition, modified under "Ticket system" for the description column type.

Note: See TracTickets for help on using tickets.