ReSharper 2025.3 Help

SQL Dialects

This page of ReSharper options allows you to configure SQL dialects that will be used for providing relevant features such as syntax highlighting, code completion, and code inspection in SQL files.

Solution SQL Dialect

The SQL dialect for all .sql and .ddl files in your current solution.

Path / SQL Dialect

The SQL dialects for individual files and directories – if different from the solution dialect.

If nothing is specified in this section, all .sql and .ddl files in your solution inherit the solution SQL dialect.

Dialect options

When specifying a dialect, in addition to particular dialects, you can select:

  • <None>. As a result, a dialect from a higher level is inherited.

  • Generic SQL. The Generic SQL dialect supports completion and highlighting for SQL keywords, table and column names. Syntax error highlighting is disabled, that is all statements in a query console are shown as syntactically correct).

27 January 2025