OpenSearch/x-pack/plugin/sql/sql-action/src
Ryan Ernst 21224caeaf Remove comparison to true for booleans (#51723)
While we use `== false` as a more visible form of boolean negation
(instead of `!`), the true case is implied and the true value does not
need to explicitly checked. This commit converts cases that have slipped
into the code checking for `== true`.
2020-01-31 16:35:43 -08:00
..
main/java/org/elasticsearch/xpack/sql/action Remove comparison to true for booleans (#51723) 2020-01-31 16:35:43 -08:00
test/java/org/elasticsearch/xpack/sql/action SQL: add support for passing query parameters in REST API calls (#51029) (#51222) 2020-01-20 16:40:19 +02:00