diff --git a/docs/en/sql/endpoints/jdbc.asciidoc b/docs/en/sql/endpoints/jdbc.asciidoc index 72d04a766aa..110174cd278 100644 --- a/docs/en/sql/endpoints/jdbc.asciidoc +++ b/docs/en/sql/endpoints/jdbc.asciidoc @@ -3,10 +3,10 @@ == SQL JDBC Elasticsearch's SQL jdbc driver is a rich, fully featured JDBC driver for Elasticsearch. -It is Type 4 driver, meaning it is a platform independent, stand-alone, Direct to Database, +It is Type 4 driver, meaning it is a platform independent, stand-alone, Direct to Database, pure Java driver that converts JDBC calls to Elasticsearch SQL. -TODO add example of resolving the artifact in maven and gradle. +// TODO add example of resolving the artifact in maven and gradle. You can connect to it using the two APIs offered by JDBC, namely `java.sql.Driver` and `DriverManager`: diff --git a/docs/en/sql/functions/index.asciidoc b/docs/en/sql/functions/index.asciidoc index b92e68b338c..7220c736230 100644 --- a/docs/en/sql/functions/index.asciidoc +++ b/docs/en/sql/functions/index.asciidoc @@ -126,17 +126,17 @@ include-tagged::{sql-specs}/math.sql-spec[abs] * https://en.wikipedia.org/wiki/Rounding#Round_half_up[Round] (`ROUND`) -TODO make the example in the tests presentable +// TODO make the example in the tests presentable NOTE: This rounds "half up" meaning that `ROUND(-1.5)` results in `-1`. * https://en.wikipedia.org/wiki/Floor_and_ceiling_functions[Ceiling] (`CEIL`) -TODO make the example in the tests presentable +// TODO make the example in the tests presentable * https://en.wikipedia.org/wiki/Floor_and_ceiling_functions[Floor] (`FLOOR`) -TODO make the example in the tests presentable +// TODO make the example in the tests presentable * https://en.wikipedia.org/wiki/Natural_logarithm[Natural logarithm] (`LOG`) @@ -161,7 +161,7 @@ include-tagged::{sql-specs}/math.sql-spec[sqrt] * https://en.wikipedia.org/wiki/Cube_root[Cube root] (`CBRT`) -TODO make the example in the tests presentable +// TODO make the example in the tests presentable * https://en.wikipedia.org/wiki/Exponential_function[e^x^] (`EXP`)