We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e1606 commit a659fd2Copy full SHA for a659fd2
src/sqlFormatter.ts
@@ -7,6 +7,7 @@ import { ConfigError, validateConfig } from './validateConfig.js';
7
8
const dialectNameMap: Record<keyof typeof allDialects | 'tsql', keyof typeof allDialects> = {
9
bigquery: 'bigquery',
10
+ clickhouse: 'clickhouse',
11
db2: 'db2',
12
db2i: 'db2i',
13
duckdb: 'duckdb',
0 commit comments