Open Tomikoma opened 4 years ago
Comment by uslss Tuesday Feb 25, 2020 at 11:03 GMT
hi @wiwwo , what db and datatype do you use? as far as i can see it is already implemented, e.g. fo postgresql.
Comment by wiwwo Tuesday Feb 25, 2020 at 11:47 GMT
Hi! Maybe that is for fields that have json
as datatype...
We want to store Jsons in DB without using the json
datatype, but the normal varchar
datatype (long story short: requirements, since that field could contain XML as well).
(Yes, my DB is postgresql)
Issue by wiwwo Tuesday Feb 25, 2020 at 09:17 GMT Originally opened as https://github.com/dbeaver/dbeaver/issues/7994
When selecting a cell in datagrid and opening its content (SHIFT-Enter), it would be great to have, apart from already existing "Text" and "Hex", a view like "Json" (Xml, etc) with json string beautified (formatted, indented etc). taht is a quick win, no? ;-)