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.
2 parents 95f3a67 + 1eea957 commit cd30f8bCopy full SHA for cd30f8b
types.d.ts
@@ -108,7 +108,7 @@ export interface ColumnRefItem {
108
column: string | { expr: ValueExpr };
109
options?: ExprList;
110
loc?: LocationRange;
111
- collate?: { collate: CollateExpr };
+ collate?: { collate: CollateExpr } | null;
112
order_by?: SortDirection | null;
113
}
114
export interface ColumnRefExpr {
0 commit comments