File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
packages/cubejs-testing-drivers Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 161161 " SQL API: Extended nested Rollup over asterisk" ,
162162 " SQL API: ungrouped pre-agg" ,
163163 " SQL API: NULLS FIRST/LAST SQL push down" ,
164- " SQL API: SQL push down push to cube quoted alias"
164+ " SQL API: SQL push down push to cube quoted alias" ,
165+ " SQL API: Date/time comparison with SQL push down" ,
166+ " SQL API: Date/time comparison with date_trunc with SQL push down"
165167 ]
166168}
Original file line number Diff line number Diff line change @@ -6654,19 +6654,3 @@ Array [
66546654 } ,
66556655]
66566656` ;
6657-
6658- exports [` Queries with the @cubejs-backend/mssql-driver SQL API: Date/time comparison with SQL push down 1` ] = `
6659- Array [
6660- Object {
6661- " measure(BigECommerce.rollingCountBy2Day)" : " 12" ,
6662- } ,
6663- ]
6664- ` ;
6665-
6666- exports [` Queries with the @cubejs-backend/mssql-driver SQL API: Date/time comparison with date_trunc with SQL push down 1` ] = `
6667- Array [
6668- Object {
6669- " measure(BigECommerce.rollingCountBy2Week)" : " 12" ,
6670- } ,
6671- ]
6672- ` ;
You can’t perform that action at this time.
0 commit comments