GergelyDobo / dbeaver

Apache License 2.0
0 stars 0 forks source link

[Feat.Req.] Json beautifier in datagrid call detail #4

Open Tomikoma opened 4 years ago

Tomikoma commented 4 years ago

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? ;-)

Tomikoma commented 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. image

Tomikoma commented 4 years ago

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)

Tomikoma commented 4 years ago

Comment by uslss Tuesday Feb 25, 2020 at 15:41 GMT


thanks for clarifying and suggestion