Skip to content

Commit c627326

Browse files
fix: add CREATE to CommandType (#489)
1 parent 21997a7 commit c627326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

query/query.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export type CommandType =
3838
| "SELECT"
3939
| "MOVE"
4040
| "FETCH"
41-
| "COPY";
41+
| "COPY"
42+
| "CREATE";
4243

4344
/** Type of a query result */
4445
export enum ResultType {

0 commit comments

Comments
 (0)