Early Access Program News

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.

TreeView

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.

Progress

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.

FG1

Here’s how it looks:

FG2

New inspections and warnings

If you try to paste null into a not nullable column, you will get:

InspNullColumn

If the first argument in your COALESCE call is not nullable, you will get:

InspCoalesce

If you use TOP and OFFSET simultaneously in SQL Server, you will get:

InspOffset

That’s all, folks!

The DataGrip Team

image description

Discover more