OpenSearch/docs/reference/sql/endpoints
Marios Trivyzas 1686c32ba9
SQL: Rename SQL type DATE to DATETIME (#37395)
* SQL: Rename SQL data type DATE to DATETIME

SQL data type DATE has only the date part (e.g.: 2019-01-14)
without any time information. Previously the SQL type DATE was
referring to the ES DATE which contains also the time part along
with TZ information. To conform with SQL data types the data type
`DATE` is renamed to `DATETIME`, since it includes also the time,
as a new runtime SQL `DATE` data type will be introduced down the road,
which only contains the date part and meets the SQL standard.

Closes: #36440

* Address comments
2019-01-17 10:17:58 +02:00
..
client-apps [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
odbc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
cli.asciidoc SQL: [docs] Add `beta[]` markup to all SQL pages (#36471) 2018-12-11 13:25:29 +02:00
index.asciidoc Move ODBC documentation to `elasticsearch` repository (#36955) 2018-12-27 11:55:20 +02:00
jdbc.asciidoc SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
odbc.asciidoc SQL: Move the SQL ODBC client applications pages from the ODBC section into the general ES SQL Client Applications page (#37004) 2018-12-31 14:07:39 +02:00
rest.asciidoc SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
translate.asciidoc SQL: [docs] Add `beta[]` markup to all SQL pages (#36471) 2018-12-11 13:25:29 +02:00