@malloydata/malloy-interfaces 0.0.243 → 0.0.244-dev250318232227

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/dist/to_malloy.js CHANGED
@@ -407,7 +407,7 @@ function limitToFragments(limits) {
407
407
  return fragments;
408
408
  }
409
409
  function whereToFragments(where) {
410
- return formatBlock('where', where.map(whereItemToFragments));
410
+ return formatBlock('where', where.map(whereItemToFragments), ',');
411
411
  }
412
412
  const FILTER_QUOTES = ['`', "'", '"']; // technically , '"""', "'''" are valid too, but they're ugly
413
413
  function quoteFilter(filter) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy-interfaces",
3
- "version": "0.0.243",
3
+ "version": "0.0.244-dev250318232227",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",