TablePlus / DBngin

DB Engine
https://dbngin.com
1.01k stars 19 forks source link

PHP serialize data doesn't display correctly #25

Closed simonhamp closed 5 years ago

simonhamp commented 5 years ago
  1. Driver (Ex: PostgreSQL 10.0): MySQL 5.x, MySQL 8.x

  2. DBngin build number: MariaDB 10.1.30, MySQL 5.7.22, MySQL 8.0.13

  3. macOS version: 10.14.3

  4. The steps to reproduce this issue: Write a PHP-serialized object to a database (e.g. serialize(new stdClass)). Observe the serialized string is cut off in TablePlus:

    Screenshot 2019-03-09 at 18 24 56

But if you connect directly to mysql and query for that data, it will be complete.

huyphams commented 5 years ago

Hi @simonhamp how is this issue related to DBngin, could you please explain it? thanks!

simonhamp commented 5 years ago

Apologies! I posted in the wrong repo!