Save data viewer results
From the data viewer you can pin each result however when the project is reloaded all result are gone and the default layout is loaded. Is it possible somehow to tell 0xdbe to save the layout and results from this view?
Please sign in to leave a comment.
Looks like there is no way to do it. Please create a feature request in the bug tracker.
Regards,
Alexander.
Ticket was already created
https://youtrack.jetbrains.com/issue/IDEA-117946
But it's about terminal, which has no relationship to database console.
Regards,
Alexander.
Some related thoughts BTW. Saving a result tab means saving a query that builds this tab or saving the data gotten the last time. Saving the data can require too much of space, if the results are huge. Saving query probably means re-executing it on next project reopening and maybe getting different results. I don't mean it's all impossible, just some points we have to take into account.
Regards,
Alexander.
I was thinking of tabs in the attached pictures and like I could read from issue we are describing the same funcionality?
Regarding the queries I was thinking the same. It would be quite useless to store and show old data. One concern of this is the size of it and the other one is its freshness.
For the triggering part maybe the best way would be to let the user choose if the query should load automatically. Some queries can take quite a long time to execute and by default making all those queries run together would not be the best idea.
Attachment(s):
000420.png