Search code examples
datagrip

How to show un-committed changes in a database table in DataGrip?


How can I run a statement in the SQL query console in manual mode on DataGrip and see their effect on the table locally in order to make sure it has the intended effect before committing it to the database?


Solution

  • There is a context action "Preview update". (right click on statement > show context actions)