influxdb/query
Markus Westerlind 69a95dc2d6
fix: Update the condition when reseting cursor (#23522)
Filters that contain `or` may change between cursor resets so we must remember to update the condition in the read cursor.

```flux
|> filter(fn: (r) => ((r["_field"] == "field1" and r["_value"]==true) or (r["_field"] == "field2" and r["_value"] == false)))
```

Closes https://github.com/influxdata/flux/issues/4804
2022-07-08 18:50:42 +01:00
..
benchmarks/flux fix(tsdb): never use an inmem index (#20313) 2020-12-23 07:46:57 -08:00
control fix(query/control): add all of the statistics from flux statistics instead of only metadata (#23375) 2022-05-26 09:28:18 -05:00
fluxlang refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
mock feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
stdlib fix: Update the condition when reseting cursor (#23522) 2022-07-08 18:50:42 +01:00
bridges.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
bridges_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
dependency.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
dependency_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
encode.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
encode_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
logger.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
logging.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
logging_test.go build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
query.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
request.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
service.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
service_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
storage.go refactor(flux): convert the allocator into an interface (#23214) 2022-03-22 12:33:52 -05:00