OpenSearch/x-pack/plugin/sql
Marios Trivyzas 2ba18f50a8
SQL: Remove more ANTLR4 grammar ambiguities (#34074)
The `-` and `+` as a number literal prefix are already
parsed by the rule in `valueExpression`. To accommodate
this, there are some code changes that enables the
`ExpressionBuilder` to parse Literal integers and decimals
together with the `-/+` prefix sign (if exists) and validate
them (wrong format, large numbers, etc.).

Follows: #33854
2018-10-02 15:26:04 +02:00
..
jdbc Clean up "unused variable" warnings (#31876) 2018-09-26 14:09:32 +02:00
sql-action SQL: Move away internally from JDBCType to SQLType (#33913) 2018-09-22 11:03:38 +03:00
sql-cli Different handling for security specific errors in the CLI. Fix for https://github.com/elastic/elasticsearch/issues/33230 (#33255) 2018-08-31 13:08:32 +03:00
sql-client Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
sql-proto SQL: Move away internally from JDBCType to SQLType (#33913) 2018-09-22 11:03:38 +03:00
src SQL: Remove more ANTLR4 grammar ambiguities (#34074) 2018-10-02 15:26:04 +02:00
build.gradle Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00