web stats

Mirth Connect

User preferences size needs to be increased from varchar(255)

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.8.0
  • Fix Version/s: 1.8.1
  • Component/s: Administrator
  • Operating System:
    Windows XP
  • Description:
    User preferences size needs to be increased from varchar(255). Much larger objects like lists of ignored plugins need to be stored.

Activity

Hide
Jacob Brauer added a comment - 18/May/09 2:39 PM
Changed user preferences VALUE column type to TEXT, CLOB, or database equivalent. Also added it to database migration scripts. Derby does not allow modifying the column type, but I did increase the varchar size to 4000 on migration.
Show
Jacob Brauer added a comment - 18/May/09 2:39 PM Changed user preferences VALUE column type to TEXT, CLOB, or database equivalent. Also added it to database migration scripts. Derby does not allow modifying the column type, but I did increase the varchar size to 4000 on migration.

People

Dates

  • Created:
    15/Jan/09 8:24 PM
    Updated:
    18/May/09 2:39 PM
    Resolved:
    18/May/09 2:39 PM