DataGrip 2019.3 EAP 3
Hello! It’s time for a new EAP build for 2019.3 which is due for release this December.
Tree data view
We’re continuing to build on the MongoDB support. We’ve just crossed another milestone with this process by adding the tree data view.
To turn it on, click the Gear icon -> View as… -> Tree.
Inline query progress
Now you can clearly see when your query is running: there is a spinning icon on the gutter and the inline live timer as well.
Flame chart for explain plan
We’ve added a new type of visualization for the explain
plan results. To see it, click the corresponding button on the right. It is just under the
diagram button.
Here’s how it looks:
New inspections and warnings
If you try to paste null into a not nullable column, you will get:
If the first argument in your COALESCE call is not nullable, you will get:
If you use TOP and OFFSET simultaneously in SQL Server, you will get:
That’s all, folks!
The DataGrip Team