Skip to content

Commit

Permalink
correctly do delete row
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Oct 15, 2024
1 parent c221ab9 commit 0673185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class QueryBuilderUpdate extends IQueryBuilder {
}

class QueryBuilderDelete extends IQueryBuilder {
state: QueryBuilderInternal = createBlankState(QueryBuilderAction.UPDATE);
state: QueryBuilderInternal = createBlankState(QueryBuilderAction.DELETE);

constructor(connection: SqlConnection) {
super(connection);
Expand Down

0 comments on commit 0673185

Please sign in to comment.