File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
packages/cubejs-testing-drivers Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 187187 " ---------------------------------------" ,
188188 " SKIPPED SQL API (Need work)" ,
189189 " ---------------------------------------" ,
190+ " SQL API: reuse params" ,
190191 " SQL API: Nested Rollup" ,
191192 " SQL API: Nested Rollup with aliases" ,
192193 " SQL API: Rolling Window YTD (year + month + day + date_trunc equal)" ,
Original file line number Diff line number Diff line change @@ -6162,15 +6162,6 @@ Array [
61626162]
61636163`;
61646164
6165- exports[`Queries with the @cubejs-backend/mysql-driver SQL API: reuse params: reuse_params 1`] = `
6166- Array [
6167- Object {
6168- "c0": 2020-01-01T00:00:00.000Z,
6169- "m0": 17372,
6170- },
6171- ]
6172- `;
6173-
61746165exports[`Queries with the @cubejs-backend/mysql-driver SQL API: ungrouped pre-agg: ungrouped_pre_agg 1`] = `
61756166Array [
61766167 Object {
You can’t perform that action at this time.
0 commit comments