@malloydata/malloy 0.0.22-dev230124234605 → 0.0.22-dev230126015148
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.
|
@@ -1027,8 +1027,8 @@ class JoinInstance {
|
|
|
1027
1027
|
// convert the filter list into a list of boolean fields so we can
|
|
1028
1028
|
// generate dependancies and code for them.
|
|
1029
1029
|
if (this.queryStruct.fieldDef.filterList) {
|
|
1030
|
+
this.joinFilterConditions = [];
|
|
1030
1031
|
for (const filter of this.queryStruct.fieldDef.filterList) {
|
|
1031
|
-
this.joinFilterConditions = [];
|
|
1032
1032
|
const qf = new QueryFieldBoolean({
|
|
1033
1033
|
type: "boolean",
|
|
1034
1034
|
name: "ignoreme",
|