DataGrip 2019.3

Adds MongoDB support and Oracle PL/SQL debugger.
December 4, 2019
New Version

Features

MongoDB support

  • Introspection - You can now observe collections and fields in the database explorer. It fetches the first 10 documents from each collection to get information about the fields. This can be customized via the JDBC parameter fetch_documents_for_metainfo which is available in the Advanced tab of the data source properties dialog.
  • Query console - Run statements via Ctrl+Enter or by using the Run button on the toolbar. If you’re using the database support in any other JetBrains IDE, your queries will be highlighted with the help of the JavaScript highlighter.
  • Data viewer - Open any collection or observe the query result. You have the option to sort by columns or filter the values. Paging works as well.
  • Tree view - You can also explore data as a tree.

Oracle PL/SQL debugger

  • This version adds the first version of the long-awaited PL/SQL debugger. You can debug procedures, functions, triggers, and anonymous blocks and observe variables there.

Working with sources

  • 3-way merge - When you submit source code and DataGrip determines that it was changed while you were editing it, a notification will pop up. This notification will suggest you resolve the conflict by way of a three-way-merge. Also, if you want to make sure that you won’t accidentally delete someone else’s work by submitting an outdated object, the Warn if editing outdated DDL option should be turned on.
  • Diff viewer for routines - If you compare routines by pressing Ctrl+D on two selected routines, the DDLs will also be compared.
  • Code prettifier - This release turns on the code prettifier in PostgreSQL by default. Before, the code given by the database contained many parentheses, which were frequently unneeded.

Running queries

  • 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 - This release adds a new type of visualization for the explain plan results. To see it, click the corresponding button on the left. It is just under the diagram button.

Coding assistance

  • Inspections - DataGrip will warn you, if:
    • It makes no sense to use the COALESCE operator. And then provides you with a quick-fix!
    • You’re inserting a NULL value into not nullable column.
    • You haven’t listed all the columns that are needed in the INSERT statement.
    • Use the ‘equals’ operator to find out if the value is null. You probably want IS NULL to be used here.
    • An ORDER BY clause has found its way into the subquery in SQL Server.
    • You use TOP and OFFSET simultaneously in SQL Server.
  • Intention actions
    • This intention will assist you in converting a complicated comparison to a BETWEEN operator and vice versa.
    • This intention helps you convert JOIN ON to JOIN USING, and vice versa.
  • Text editor
    • A new action will help you to sort lines alphabetically in the selected piece of code. This can be useful when working with CSV files or for finding duplicate values!
    • It’s now possible to search only in a selected area. Simply select the code piece you need in the editor and press Ctrl+F. If you need to perform the search within the whole file, press the shortcut again.
  • Resolve
    • Now, if you use filtering in the database explorer, DataGrip will not resolve any objects which are not displayed in the database tree view.
  • Code generation
    • This release has a bunch of new stuff in the Generate menu. Invoke it with Alt+Ins. Remember, speed search works here.

Data editor

  • Now if your result-set contains multiple columns with the same name, you won’t have any problems with ambiguous names if you create a table from it: the column names will be qualified.
  • The Modify Table action is now available from the data editor context. Want to add a new column while editing table data? Go ahead, just press Ctrl+F6 and it is nearly done.
MongoDB Query console

DataGrip

A database IDE that is tailored to suit the specific needs of professional SQL developers and DBAs.

DataGrip is also available in:

Got a Question?

Live Chat with our JetBrains licensing specialists now.