Skip to content

Commit

Permalink
fixes #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Jun 15, 2024
1 parent 873671b commit a65a7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query-compiler/default-query-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class DefaultQueryCompiler
compileQuery(node: RootOperationNode): CompiledQuery {
this.#sql = ''
this.#parameters = []
this.nodeStack.splice(0, this.nodeStack.length)

this.visitNode(node)

Expand Down

0 comments on commit a65a7f3

Please sign in to comment.