@malloydata/malloy-tests 0.0.271-crs-grouped-by-250501223011 → 0.0.271-crs-internal-joins-250506181139
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.
package/package.json
CHANGED
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@jest/globals": "^29.4.3",
|
|
24
|
-
"@malloydata/db-bigquery": "0.0.271-crs-
|
|
25
|
-
"@malloydata/db-duckdb": "0.0.271-crs-
|
|
26
|
-
"@malloydata/db-postgres": "0.0.271-crs-
|
|
27
|
-
"@malloydata/db-snowflake": "0.0.271-crs-
|
|
28
|
-
"@malloydata/db-trino": "0.0.271-crs-
|
|
29
|
-
"@malloydata/malloy": "0.0.271-crs-
|
|
30
|
-
"@malloydata/malloy-tag": "0.0.271-crs-
|
|
31
|
-
"@malloydata/render": "0.0.271-crs-
|
|
24
|
+
"@malloydata/db-bigquery": "0.0.271-crs-internal-joins-250506181139",
|
|
25
|
+
"@malloydata/db-duckdb": "0.0.271-crs-internal-joins-250506181139",
|
|
26
|
+
"@malloydata/db-postgres": "0.0.271-crs-internal-joins-250506181139",
|
|
27
|
+
"@malloydata/db-snowflake": "0.0.271-crs-internal-joins-250506181139",
|
|
28
|
+
"@malloydata/db-trino": "0.0.271-crs-internal-joins-250506181139",
|
|
29
|
+
"@malloydata/malloy": "0.0.271-crs-internal-joins-250506181139",
|
|
30
|
+
"@malloydata/malloy-tag": "0.0.271-crs-internal-joins-250506181139",
|
|
31
|
+
"@malloydata/render": "0.0.271-crs-internal-joins-250506181139",
|
|
32
32
|
"events": "^3.3.0",
|
|
33
33
|
"jsdom": "^22.1.0",
|
|
34
34
|
"luxon": "^2.4.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@types/jsdom": "^21.1.1",
|
|
39
39
|
"@types/luxon": "^2.4.0"
|
|
40
40
|
},
|
|
41
|
-
"version": "0.0.271-crs-
|
|
41
|
+
"version": "0.0.271-crs-internal-joins-250506181139"
|
|
42
42
|
}
|
|
@@ -448,8 +448,7 @@ describe.each(runtimes.runtimeList)('%s', (databaseName, runtime) => {
|
|
|
448
448
|
run: x(param is 2) -> { group_by: b }
|
|
449
449
|
`).malloyResultMatches(wrappedRuntime, {b: 3});
|
|
450
450
|
});
|
|
451
|
-
|
|
452
|
-
it.skip('nested composite where field usage depends on which composite selected', async () => {
|
|
451
|
+
it('nested composite where field usage depends on which composite selected', async () => {
|
|
453
452
|
await expect(`
|
|
454
453
|
##! experimental.composite_sources
|
|
455
454
|
source: state_facts is ${databaseName}.table('malloytest.state_facts')
|