@malloydata/malloy-tests 0.0.121 → 0.0.122-dev240203152115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -421,10 +421,10 @@ runtimes.runtimeMap.forEach((runtime, databaseName) => {
|
|
|
421
421
|
// don't match the join.
|
|
422
422
|
await expect(`
|
|
423
423
|
source: am_states is ${databaseName}.table('malloytest.state_facts') -> {
|
|
424
|
-
group_by: state
|
|
424
|
+
group_by: state,popular_name
|
|
425
425
|
where: state ~ r'^(A|M)'
|
|
426
426
|
nest: nested_state is {
|
|
427
|
-
group_by: state
|
|
427
|
+
group_by: state,popular_name
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
|
package/package.json
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@jest/globals": "^29.4.3",
|
|
21
|
-
"@malloydata/db-bigquery": "^0.0.
|
|
22
|
-
"@malloydata/db-duckdb": "^0.0.
|
|
23
|
-
"@malloydata/db-postgres": "^0.0.
|
|
24
|
-
"@malloydata/malloy": "^0.0.
|
|
25
|
-
"@malloydata/render": "^0.0.
|
|
21
|
+
"@malloydata/db-bigquery": "^0.0.122-dev240203152115",
|
|
22
|
+
"@malloydata/db-duckdb": "^0.0.122-dev240203152115",
|
|
23
|
+
"@malloydata/db-postgres": "^0.0.122-dev240203152115",
|
|
24
|
+
"@malloydata/malloy": "^0.0.122-dev240203152115",
|
|
25
|
+
"@malloydata/render": "^0.0.122-dev240203152115",
|
|
26
26
|
"jsdom": "^22.1.0",
|
|
27
27
|
"luxon": "^2.4.0",
|
|
28
28
|
"madge": "^6.0.0"
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"@types/jsdom": "^21.1.1",
|
|
32
32
|
"@types/luxon": "^2.4.0"
|
|
33
33
|
},
|
|
34
|
-
"version": "0.0.
|
|
34
|
+
"version": "0.0.122-dev240203152115"
|
|
35
35
|
}
|
|
@@ -455,10 +455,10 @@ runtimes.runtimeMap.forEach((runtime, databaseName) => {
|
|
|
455
455
|
// don't match the join.
|
|
456
456
|
await expect(`
|
|
457
457
|
source: am_states is ${databaseName}.table('malloytest.state_facts') -> {
|
|
458
|
-
group_by: state
|
|
458
|
+
group_by: state,popular_name
|
|
459
459
|
where: state ~ r'^(A|M)'
|
|
460
460
|
nest: nested_state is {
|
|
461
|
-
group_by: state
|
|
461
|
+
group_by: state,popular_name
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
|