OpenSearch/x-pack/plugin/sql
Bogdan Pintea 47250b14a4
SQL: Add BigDecimal support to JDBC (#56015) (#56220)
* SQL: Add BigDecimal support to JDBC (#56015)

* Introduce BigDecimal support to JDBC -- fetching

This commit adds support for the getBigDecimal() methods.

* Allow BigDecimal params in double range

A prepared statement will now accept a BigDecimal parameter as a proxy
for a double, if the conversion is lossless.

(cherry picked from commit e9a873ad7f387682e3472110b1d7c0514bd347c9)

* Fix compilation error

Dimond notation with anonymous inner classes not avail in Java8.
2020-05-05 23:19:36 +02:00
..
jdbc SQL: Add BigDecimal support to JDBC (#56015) (#56220) 2020-05-05 23:19:36 +02:00
qa SQL: Add BigDecimal support to JDBC (#56015) (#56220) 2020-05-05 23:19:36 +02:00
sql-action SQL: introduce a query builder for the Rest tests (#55094) (#56221) 2020-05-05 18:55:41 +02:00
sql-cli SQL: relax version lock between server and clients (#56148) (#56223) 2020-05-05 18:27:06 +02:00
sql-client SQL: introduce a query builder for the Rest tests (#55094) (#56221) 2020-05-05 18:55:41 +02:00
sql-proto SQL: introduce a query builder for the Rest tests (#55094) (#56221) 2020-05-05 18:55:41 +02:00
src Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
build.gradle QL: Backport project to 7.x (#51497) 2020-01-27 22:03:58 +02:00