TablePlus / TablePlus

TablePlus macOS issue tracker
https://tableplus.com
3.34k stars 56 forks source link

Table Plus app on Mac crash when I select a row with mediumtext data #3311

Closed neoshiva closed 3 weeks ago

neoshiva commented 4 weeks ago
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):

    MySQL 8.3

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):

    Version 6.0.4 (556) on Mac(M1)

  3. The steps to reproduce this issue:

    • Select a table on the left.
    • Data (rows) appears in the center.
    • Click on a row containing a large mediumtext field. The size is only 108 kB.
    • The app crashes before the data is shown.

[table] CREATE TABLE test ( date date NOT NULL, memo mediumtext NOT NULL, PRIMARY KEY (date) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

1.txt

Set text from 1.txt file to memo column. then click the row. Crash.

arne-kroeger commented 3 weeks ago

Same for me.

huyphams commented 3 weeks ago

Hi, I just fixed it. Please upgrade the app to our latest release 558.