'Submit' action queries log
Answered
Inside Intellij Idea, I can make changes to my database with regular queries or using 'Submit' action (Ctrl + Enter) on manually modified rows in the table view inside the database console. Is there a log with queries produced by Idea while executing 'Submit' action?
Please sign in to leave a comment.
Currently these changes are not logged. Please vote for this request in our tracker: https://youtrack.jetbrains.com/issue/DBE-3501
Per this comment, you can now see the results of queries in "Help | Show SQL log". Although the log doesn't show bound parameters, so it's not terribly useful.