Skip to content

Commit a918ed5

Browse files
committed
Add DuckDB functions
1 parent 622cb0d commit a918ed5

File tree

2 files changed

+666
-1
lines changed

2 files changed

+666
-1
lines changed

src/languages/duckdb/duckdb.formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DialectOptions } from '../../dialect.js';
22
import { expandPhrases } from '../../expandPhrases.js';
3-
import { functions } from '../postgresql/postgresql.functions.js';
3+
import { functions } from './duckdb.functions.js';
44
import { dataTypes, keywords } from './duckdb.keywords.js';
55

66
const reservedSelect = expandPhrases(['SELECT [ALL | DISTINCT]']);

0 commit comments

Comments
 (0)