I have a problem where HeidiSQL adds "[...]" at the end of the column when it contains exactly 256 characters. It only happens in UI in the Query tab when doing a SELECT, so it is not saved to the DB unless you edit and save the column without removing it first. But it makes it look like the column ends with "[...]" when it actually doesn't.
HeidiSQL version: 9.4.0.5152 (64 Bit) Reproduced on MySQL 5.7.14 on Windows 10 and MySQL 5.5.52 on Debian.
How to reproduce:
- Create a table with one TEXT column.
- Insert a row with 256 characters.
- Go to the query tab and SELECT * from the table.
- Try to edit the text and find that the "[...]" remains.