ponder 0.8.5 → 0.8.6

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.
@@ -6787,7 +6787,7 @@ var createSyncStore = ({
6787
6787
  db.selectFrom("intervals").select(sql4`unnest(blocks)`.as("blocks")).where("fragment_id", "in", fragment.adjacent).as("unnested")
6788
6788
  ).select([
6789
6789
  sql4`range_agg(unnested.blocks)`.as("merged_blocks"),
6790
- sql4`${i}`.as("filter")
6790
+ sql4.raw(`${i}`).as("filter")
6791
6791
  ]);
6792
6792
  query2 = query2 === void 0 ? _query : query2.unionAll(_query);
6793
6793
  }