Modify

Ticket #26 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Comments on bookmarks are truncated at 255 characters

Reported by: Andreas.rindler Owned by: Sean.McClowry
Priority: medium Milestone: 1.1
Component: Bookmarks Version: 1.0
Keywords: comments, bookmarks Cc:
Actual Effort (in hours): Estimated Effort (in hours):

Description

Comments on bookmarks can only have 255 characters. The Comments table is TINYTEXT and needs to be changed to a structure that can accomodate at least 1,000 characters.

Attachments

Change History

comment:1 Changed 4 years ago by Andreas.rindler

  • Milestone set to 1.1

comment:2 Changed 3 years ago by Sean.McClowry

  • Owner changed from admin to Sean.McClowry

Make a text type, not Tinytext

ALTER TABLE om_comments CHANGE cText cText TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL

comment:4 Changed 3 years ago by Sean.McClowry

  • Status changed from new to closed
  • Resolution set to fixed
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.