March 26th, 2015

Tab coloring

You can now:

There are also some behavior changes:

For more information, see Coloring query tabs.

GROUP BY and ORDER BY

The GROUP BY suggestions list now shows non-aggregated columns and expressions at the start. It also now contains the suggestion All non-aggregated columns, which expands to all the non-aggregated columns and expressions:


The ORDER BY suggestions list now shows DESC and ASC at the top:


Import/export all options

You can now import and export all your SQL Prompt options using the buttons at the bottom of the Options dialog box:

SQLCMD mode support

SQL Prompt now supports SQLCMD mode:

Format actions

You can now choose what will happen when you run Format SQL by going to Format > Actions in the Options dialog box:

 You can now run Format SQL to add square brackets to all identifiers.

Format SQL now inserts semicolons by default.

Other improvements