Skip to content

Commit

Permalink
fix: add CREATE to CommandType (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Sep 23, 2024
1 parent 21997a7 commit c627326
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

1 comment on commit c627326

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.