OpenSearch/docs/reference/sql
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
..
appendix SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
endpoints SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
functions SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
language SQL: [Docs] Add an ES-SQL column for data types (#37529) 2019-01-16 16:16:21 +02:00
concepts.asciidoc SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
getting-started.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
limitations.asciidoc SQL: add sub-selects to the Limitations page (#37012) 2019-01-07 10:08:51 +02:00
overview.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
security.asciidoc SQL: [docs] Add `beta[]` markup to all SQL pages (#36471) 2018-12-11 13:25:29 +02:00