Add custom display type to Intelij Database Tool
已回答
Hey,
I want to add a custom display type to the database tool view. I couldn't find any publicly listed extensions points to this part of intelij. Is this possible?
I mean this module https://imgur.com/a/TSndjmr
请先登录再写评论。
Hi,
Unfortunately, it is not possible.
Karol Lewandowski Maybe another approach. Is it possible to extend the SELECT statement of the executed query behind? Like instead SELECT x, SELECT FOO(X)
Hi,
Unfortunately, there is no workaround that allows achieving it. It was requested before, so you can follow this issue:
https://youtrack.jetbrains.com/issue/DBE-1084