Skip to content

Commit 219d4a8

Browse files
committed
fix mssql tests
1 parent f1e8612 commit 219d4a8

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

packages/cubejs-testing-drivers/fixtures/mssql.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@
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
}

packages/cubejs-testing-drivers/test/__snapshots__/mssql-full.test.ts.snap

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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-
`;

0 commit comments

Comments
 (0)