vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

[BUG] Can't see my header column because of a UI glitch

Open PoloSherpas opened this issue 2 years ago • 5 comments

  • OS: MacOs
  • Database Type: MariaDB My headers column of every table take random data values wich make the table unreadable.
image

PoloSherpas avatar Sep 15 '22 11:09 PoloSherpas

Unfortunately, this is a bug caused by the official mariadb driver, I can't solve it.

@alejandro-du any idea?

cweijan avatar Sep 15 '22 11:09 cweijan

I suggest you use mysql to connect.

cweijan avatar Sep 15 '22 11:09 cweijan

That's strange. How is this caused by the driver? I've been using it and it always shows the header correctly.

alejandro-du avatar Sep 15 '22 12:09 alejandro-du

https://gist.github.com/cweijan/8c5982c699e57bef4ad857fba3d4f5fd

Look at line 53, meta returns wrong column data after queries.

cweijan avatar Sep 15 '22 12:09 cweijan

@cweijan - do you also get the incorrect headers?

alejandro-du avatar Sep 15 '22 14:09 alejandro-du

Have you discarded an encoding configuration issue? I'm not able to reproduce this behavior.

alejandro-du avatar Nov 07 '22 13:11 alejandro-du

It's weird that I can't reproduce it now, even switching back to an older version.

cweijan avatar Nov 07 '22 13:11 cweijan