Database
for Windows and Linux
for OS X
From the
database console:
From the table editor:
The Database and subordinate pages contain the settings related to working with databases and SQL.
See also, SQL Dialects.
Console
The settings in this section relate to showing various information in database consoles.
Item | Description |
---|---|
Show query results in new tab |
You can select to view query results on individual tabs, or
on one and the same tab.
If the check box is selected, a new tab with the query result will open each time
you run a query ( ![]() If this check box is not selected, the same tab is used to show your query results. When you run a query, the information on the tab is updated to show the result, and a new tab doesn't open. ![]()
In this case, when you get the result that you want to keep,
you can pin the tab to the tool window
( ![]() |
Show error notifications in editor |
If this check box is not selected,
the information about the errors is shown only in the output pane.
If, in addition, you want the error notification bar to appear in the input pane, select the check box.
The error notification bar may be particularly useful when running sequences of SQL statements. If an error occurs in such cases, the error notification bar lets you select how to react. ![]() For more information, see Using the error notification bar. |
Always review parameters before execution | When you run a statement with parameters, PhpStorm memorizes the parameter values. Each next time you execute the statement: |
Execute in Console
This section contains the options for the Execute command.