influxdb/etc
davidby-influx b2cb862484
fix(error): SELECT INTO doesn't return error with unsupported value (#20429) (#20432)
* fix(error): SELECT INTO doesn't return error with unsupported value (#20429)

When a SELECT INTO query generates an illegal value that cannot be inserted,
like +/- Inf, it should return an error, rather than failing silently.
This adds a boolean parameter to the [data] section of influxdb.conf:
* strict-error-handling
When false, the default, the old behavior is preserved.  When true,
unsupported values will return an error from SELECT INTO queries

Fixes https://github.com/influxdata/influxdb/issues/20426

(cherry picked from commit 9e33be2619)

Fixes https://github.com/influxdata/influxdb/issues/20427
2020-12-30 19:18:58 -08:00
..
burn-in Refactoring into root. 2014-10-21 23:32:19 -06:00
config.sample.toml fix(error): SELECT INTO doesn't return error with unsupported value (#20429) (#20432) 2020-12-30 19:18:58 -08:00