OpenSearch/x-pack/plugin/sql
Marios Trivyzas 9ac7af6b3e
SQL: Introduce NotEquals node to simplify expressions (#35234)
Add NotEquals node in parser to simplify expressions so that <value1> != <value2> is
no longer translated internally to NOT(<value1> = <value2>)

Closes: #35210
Fixes: #35233
2018-11-05 22:23:07 +01:00
..
jdbc SQL: Introduce support for IP fields (#34758) 2018-10-24 22:03:11 +03:00
qa SQL: Introduce NotEquals node to simplify expressions (#35234) 2018-11-05 22:23:07 +01:00
sql-action SQL: Introduce ODBC mode, similar to JDBC (#34825) 2018-10-25 12:40:00 +03:00
sql-cli Upgrade forbiddenapis to 2.6 (#33809) 2018-10-23 12:06:46 +03:00
sql-client SQL: handle X-Pack or X-Pack SQL not being available in a more graceful way (#34736) 2018-10-25 12:14:49 +03:00
sql-proto SQL: Fix function args verification and error msgs (#34926) 2018-10-29 11:32:17 +01:00
src SQL: Introduce NotEquals node to simplify expressions (#35234) 2018-11-05 22:23:07 +01:00
build.gradle SQL: Move qa directory into sql directory (#34496) 2018-10-30 14:54:15 -04:00