RubyMine 5.4.3 Web Help

File | Settings | SQL Dialects

settings

RubyMine | Preferences | SQL Dialects

settings

Use this dialog to specify which SQL dialects are used in the project.

The dialect may be set at the project level, and also at the level of a directory or a file.

If a dialect is not specified explicitly, it is inherited from a higher hierarchical level.

The dialects specified explicitly are shown in black. The inherited values are shown in gray italic.

Note

For this dialog to be available, the SQL Support plugin must be enabled.

ItemDescription
File/Directory This column shows the hierarchy of files and folders in the project. Each row corresponds to a directory or a file.
SQL DialectSpecify the SQL dialect to be used.

Click the cell of interest and select the necessary option from the list.

In addition to particular dialects, you can select:

  • Clear. This will clear the corresponding cell. As a result, an option from a higher hierarchical level will be inherited.
  • keywords only. This means that no particular dialect is specified. As a result, the coding assistance will be limited only to highlighting the SQL keywords in the corresponding file or files.

See Also

Concepts:

Language and Framework-Specific Guidelines:

Web Resources: