Installation | |
SQL
Editor/ Instant SQL View |
Major changes have been applied
to the Core that enables the SQL editor to analyze SQL syntax
while typing and annotate errors
in text or overview ruler. This feature is very nice but unfortunately
the SQL dialects out there are fairly different. Configuration of
datatypes and functions that are![]() Completion has also been improved/bugfixed to support you with the full SQL dialect that is built in the code as well as any kind of database element (schemas, tables, columns, constraints, indizes). Another nice addition are query templates that you can freely configure using the SQL editor preference page. ![]() Last but not least are Comment/Uncomment actions that you can use as usual when you select a block of text and hit Ctrl+Shift+/ or Ctrl+Shift+\. |
|
|
Tables
View |
For connections the explicitly
choose a catalog in the URL, e.g. jdbc:postgresql://host:port/testdb
all catalogs were displayed in the past which has been changed. If you
want switch back to the old style you can choose Show all Catalogs from the view menu. |
|