Skip to content

Commit 376d0d7

Browse files
committed
fix mysql tests
1 parent 219d4a8 commit 376d0d7

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"SQL API: Nested Rollup with aliases",
158158
"SQL API: Nested Rollup over asterisk",
159159
"SQL API: Extended nested Rollup over asterisk",
160-
"SQL API: SQL push down push to cube quoted alias"
160+
"SQL API: SQL push down push to cube quoted alias",
161+
"SQL API: Date/time comparison with date_trunc with SQL push down"
161162
]
162163
}

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7399,15 +7399,7 @@ Array [
73997399
exports[`Queries with the @cubejs-backend/mysql-driver SQL API: Date/time comparison with SQL push down 1`] = `
74007400
Array [
74017401
Object {
7402-
"measure(BigECommerce.rollingCountBy2Day)": 12,
7403-
},
7404-
]
7405-
`;
7406-
7407-
exports[`Queries with the @cubejs-backend/mysql-driver SQL API: Date/time comparison with date_trunc with SQL push down 1`] = `
7408-
Array [
7409-
Object {
7410-
"measure(BigECommerce.rollingCountBy2Week)": 12,
7402+
"measure(BigECommerce.rollingCountBy2Day)": "12",
74117403
},
74127404
]
74137405
`;

0 commit comments

Comments
 (0)