OpenSearch/x-pack/plugin/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
..
jdbc SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
qa SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
sql-action SQL: Add protocol tests and remove jdbc_type from drivers response (#37516) 2019-01-16 16:28:46 +02:00
sql-cli SQL: Add protocol tests and remove jdbc_type from drivers response (#37516) 2019-01-16 16:28:46 +02:00
sql-client SQL: Preserve original source for each expression (#36912) 2019-01-04 00:57:50 +02:00
sql-proto SQL: Add protocol tests and remove jdbc_type from drivers response (#37516) 2019-01-16 16:28:46 +02:00
src SQL: Rename SQL type DATE to DATETIME (#37395) 2019-01-17 10:17:58 +02:00
build.gradle SQL: [Tests] Fix and enable internalClusterTests (#37300) 2019-01-11 22:43:17 +02:00