[Feat]: Render columns based on column size instead of only types
An open-source desktop client for modern databases.
Status: Beta
Brought to you by:
debba92
Originally created by: robinbertram
Originally owned by: debba
We store UUIDv4 AS VARBINARY(36) and this update (https://github.com/debba/tabularis/issues/36) broke the table view for me.
This is the same table from TablePlus (and it used to look the same in Tabularis):
Would it be possible to use the length/size of the column to decide how to render the data? If it's smaller than X bytes, then render, like before.
Even varchars can be very large, up to 65,535 bytes:
Values in VARCHAR columns are variable-length strings. The length can be specified as a value from 0 to 65,535.
(https://dev.mysql.com/doc/refman/9.3/en/char.html)
So only using the type of column might not be enough anyway?
No response
Originally posted by: debba
It should be fixed with this commit: https://github.com/debba/tabularis/commit/c6f5c7594989a6f457f284702da038e7c6df12ef
Wll be online in next release
Ticket changed by: debba
Originally posted by: robinbertram
Hi again @debba!
I updated to the new version today. Now it looks like this:
It recognizes
text/plaininstead ofapplication/octet-streambut is not really the view I was hoping for :/If you wanna give it a go you can try this:
MySQL 8.4
Originally posted by: debba
Tested now, but it looks ok.
Are you sure you are in the latest version?
Originally posted by: robinbertram
I'm running v.0.9.4 on Ubuntu 25.10.
Originally posted by: robinbertram
Ticket changed by: debba
Originally posted by: debba
@robinbertram are you able to debug direcly by code?
tha'ts a very weird situation.