Allow lone boolean literals in a condition expression
parent
b287c191f3
commit
30e35749ba
|
@ -26,6 +26,7 @@
|
|||
- [#8789](https://github.com/influxdata/influxdb/issues/8789): Fix CLI to allow quoted database names in use statement
|
||||
- [#9208](https://github.com/influxdata/influxdb/pull/9208): Updated client 4xx error message when response body length is zero.
|
||||
- [#9230](https://github.com/influxdata/influxdb/pull/9230): Remove extraneous newlines from the log.
|
||||
- [#9226](https://github.com/influxdata/influxdb/issues/9226): Allow lone boolean literals in a condition expression.
|
||||
|
||||
## v1.4.3 [unreleased]
|
||||
|
||||
|
|
2
Godeps
2
Godeps
|
@ -12,7 +12,7 @@ github.com/gogo/protobuf 1c2b16bc280d6635de6c52fc1471ab962dc36ec9
|
|||
github.com/golang/protobuf 1e59b77b52bf8e4b449a57e6f79f21226d571845
|
||||
github.com/golang/snappy d9eb7a3d35ec988b8585d4a0068e462c27d28380
|
||||
github.com/google/go-cmp 18107e6c56edb2d51f965f7d68e59404f0daee54
|
||||
github.com/influxdata/influxql c108c5fb9a432242754d18371795aa8099e73fe7
|
||||
github.com/influxdata/influxql 851636b092678c9816f183ca8267a490c19be163
|
||||
github.com/influxdata/usage-client 6d3895376368aa52a3a81d2a16e90f0f52371967
|
||||
github.com/influxdata/yamux 1f58ded512de5feabbe30b60c7d33a7a896c5f16
|
||||
github.com/influxdata/yarpc 036268cdec22b7074cd6d50cc6d7315c667063c7
|
||||
|
|
Loading…
Reference in New Issue