DataGrip Improves Schema Management
Written by Kay Ewbank   
Monday, 27 March 2017

There's a new version of DataGrip, JetBrain's IDE for databases and SQL. DataGrip 2017.1 has a number of improvements including new schema management and SQL resolution scopes.  

DataGrip is a combination of an intelligent SQL editor and collection of database tools packed together and running on top of the IntelliJ platform.

The improvements to the new version start with the new schema management UI. This is a tree with the ability to choose if you want to introspect the current schema/database or, all schemas/databases.

 

datagripaddschema

 

The SQL resolution scope is another improvement. In previous versions of DataGrip, you could experience problems resolving objects from SQL code if they were unqualified by schema references. You can now map any file or folder to any datasource using a SQL resolution scope to overcome this.Still on schemas, the developers have added a simple UI for creating schemas and databases.

The query console is another area that has been improved. DataGrip now respects the default search path, which will make life easier for PostgreSQL users.

Trigger support has been improved with the addition of a trigger template in the Generate menu.

The IDE now also supports NEW/OLD and INSERTED/UPDATED tables when creating or editing triggers, so you can use completion for these tables’ columns as well.

Another improvement for SQLite users is in the database tree. Earlier versions used the introspection provided by the JDBC-driver for SQLite. As a result, many objects were absent in the database tree and some source codes were incorrect. DataGrip now shows triggers, expression indexes, partial indexes and check constraints.

Other improvements include the display of query time and column/row numbers in the data editor status bar; the ability to Include or exclude text occurrences in Find Usages; and Windows authentication for SQL Server in the jTDS driver. 

 datagriplogo

More Information

What's New In DataGrip

Related Articles

 0Xdbe Becomes DataGrip

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Deno Not Giving Up Over JavaScript Trademark
01/07/2025

Deno has faced a setback in its attempt to get Oracle to relinquish the JavaScript Trademark. The US Patents Office Trademark Trial and Appeal Board (TTAB) dismissed Deno's fraud claim which is one th [ ... ]



MCP Developers Summit - The Talks
11/07/2025

MCP has taken the industry by storm just one year after its appearance. And now we have an MCP Summit, run by the trend setters themselves!


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Sunday, 26 March 2017 )