Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DataGrip - How to view history of all changes made via table editor

Tags:

datagrip

I got a very simple question. When editing a table in table editor after I perform a query, I would like to get the query executed, let's say, after I add a row via the editor. This would save me a lot of time. When I look at the query logs, it only shows me the initial query I used to bring up the table. I need the queries performed after I click the SUBMIT button.

Thanks a ton!

like image 920
Gino Avatar asked Nov 08 '22 21:11

Gino


1 Answers

Since 2018.1 version thee is Data editor SQL log. So now, while updating data you can see which particular queries DataGrip is running.

like image 140
Andrey Avatar answered Jan 01 '23 18:01

Andrey