Skip to content

Commit 9553f68

Browse files
fix stmt name
1 parent 4d4f524 commit 9553f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasource/datasource.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ export class CHDataSource
817817

818818
const { properties } = await this.wasmModule.getAstProperty(interpolatedQuery, 'group by')
819819

820-
return { stmt: queryUpd, keys: properties };
820+
return { stmt: interpolatedQuery, keys: properties };
821821
} catch (error) {
822822
// Propagate the error instead of returning a default value
823823
throw error;

0 commit comments

Comments
 (0)