We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4f524 commit 9553f68Copy full SHA for 9553f68
src/datasource/datasource.ts
@@ -817,7 +817,7 @@ export class CHDataSource
817
818
const { properties } = await this.wasmModule.getAstProperty(interpolatedQuery, 'group by')
819
820
- return { stmt: queryUpd, keys: properties };
+ return { stmt: interpolatedQuery, keys: properties };
821
} catch (error) {
822
// Propagate the error instead of returning a default value
823
throw error;
0 commit comments