@malloydata/malloy-tests 0.0.141-dev240410194001 → 0.0.141

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,13 +21,13 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@jest/globals": "^29.4.3",
24
- "@malloydata/db-bigquery": "^0.0.141-dev240410194001",
25
- "@malloydata/db-duckdb": "^0.0.141-dev240410194001",
26
- "@malloydata/db-postgres": "^0.0.141-dev240410194001",
27
- "@malloydata/db-snowflake": "^0.0.141-dev240410194001",
28
- "@malloydata/db-trino": "^0.0.141-dev240410194001",
29
- "@malloydata/malloy": "^0.0.141-dev240410194001",
30
- "@malloydata/render": "^0.0.141-dev240410194001",
24
+ "@malloydata/db-bigquery": "^0.0.141",
25
+ "@malloydata/db-duckdb": "^0.0.141",
26
+ "@malloydata/db-postgres": "^0.0.141",
27
+ "@malloydata/db-snowflake": "^0.0.141",
28
+ "@malloydata/db-trino": "^0.0.141",
29
+ "@malloydata/malloy": "^0.0.141",
30
+ "@malloydata/render": "^0.0.141",
31
31
  "jsdom": "^22.1.0",
32
32
  "luxon": "^2.4.0",
33
33
  "madge": "^6.0.0"
@@ -36,5 +36,5 @@
36
36
  "@types/jsdom": "^21.1.1",
37
37
  "@types/luxon": "^2.4.0"
38
38
  },
39
- "version": "0.0.141-dev240410194001"
39
+ "version": "0.0.141"
40
40
  }
@@ -872,6 +872,7 @@ SELECT row_to_json(finalStage) as row FROM __stage0 AS finalStage`);
872
872
  aggregate: t is count()
873
873
  } -> { select: t1 is t+1 }
874
874
  } -> {
875
+ group_by: two is 2
875
876
  nest: fun
876
877
  }
877
878
  `).malloyResultMatches(runtime, {'fun.t1': 52});