sqlectron / sqlectron-core

Home Page:https://sqlectron.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL bit type

pietrocaselani opened this issue · comments

Bit types values in MySQL databases are shown as "{""type"":""Buffer"",""data"":[0]}" or "{""type"":""Buffer"",""data"":[1]}" instead of 0 or 1.
I don't know if this behavior occurs only on MySQL.

Are you using this module elsewhere besides sqlectron-gui? I have fixed that on sqlectron-gui with this commit sqlectron/sqlectron-gui@ba2550e. And that was released on version 1.20.1.

oh.. sorry, I was using version 1.19.0!