sqlectron-gui icon indicating copy to clipboard operation
sqlectron-gui copied to clipboard

sqlectron doesnt decode bytea data

Open ilyasd7 opened this issue 4 years ago • 3 comments

It shows encoded characters when I query bytea field. Works fine with sqlectron_1.35.0_amd64.deb but not with 1.37.1

ilyasd7 avatar Dec 21 '21 09:12 ilyasd7

What database adapter are you using? What's the version of the database you're connecting to?

MasterOdin avatar Feb 03 '22 05:02 MasterOdin

im not sure if its related; i see comma separated ascii codes for data stored in varbinary fields, e.g. 77,97,105,110,95,80,97,103,101; before (sry, dont know the exact version anymore) the characters were displayed. i tried both the mysql and mariadb adapters.

mysql --version
# mysql  Ver 15.1 Distrib 10.5.11-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

tomschulze avatar Apr 08 '22 11:04 tomschulze

What database adapter are you using? What's the version of the database you're connecting to? postgresql-11.7-2

ilyasd7 avatar Jul 18 '22 12:07 ilyasd7