Menu

#4066 (ok 4.0.6) varchar field not truncated in table browse mode

4.0.5
fixed
None
1
2014-08-16
2013-08-24
No

Example table:

CREATE TABLE IF NOT EXISTS `pmabug1` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `something` varchar(1000) NOT NULL,
  `another` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

Fill in a row or two with some long values (e.g. Lorem Ipsum).
Go to Browse mode.

The TEXT field is truncated as expected, but the VARCHAR is not. The options like the <-T-> on the table are not active, and the "limit column characters" option is the default 50.

Discussion

  • Marc Delisle

    Marc Delisle - 2013-08-25
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2013-08-25
    • summary: varchar field not truncated in table browse mode --> (ok 4.0.6) varchar field not truncated in table browse mode
    • status: open --> resolved
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2013-09-05
    • Status: resolved --> fixed