Skip to content

Commit

Permalink
fix: add CREATE to CommandType
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined committed Sep 3, 2024
1 parent a2ee14e commit b4d5f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion query/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export type CommandType =
| "SELECT"
| "MOVE"
| "FETCH"
| "COPY";
| "COPY"
| "CREATE";

/** Type of a query result */
export enum ResultType {
Expand Down

0 comments on commit b4d5f56

Please sign in to comment.