Roundup Tracker - Issues

Issue 956105

classification
Journal entries can't be longer then 255
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : eparker, richard
Priority: normal :

Created on 2004-05-18 17:54 by eparker, last changed 2004-05-18 17:54 by eparker.

Messages
msg1261 Author: [hidden] (eparker) Date: 2004-05-18 17:54
I'm not sure if this is a duplicate bug - a quick scan
didn't yield anything similar.

The Bug:

If you modify a class instance, and it yields 255
characters worth of a journal entry in the backend, it
yields an unreadable (and worse, unreliable) journal
entry. The reason is that it gets truncated, and since
it's python code, it isn't valid on retrieval.


Possible Solution:

Make the backend type a TEXT field? Should alleviate
the constriction, to a reasonable degree.
msg1262 Author: [hidden] (richard) Date: 2004-05-18 21:42
Logged In: YES 
user_id=6405

You reported this in the mailing list, and I fixed it in 0.7 
 
There's no way for Roundup to change the column type for 
you without upgrading to 0.7. If you absolutely need it 
changed, you're going to have to change it yourself. 
History
Date User Action Args
2004-05-18 17:54:25eparkercreate