OpenSearch/docs/reference/sql/language
Marios Trivyzas 952c4d9653
SQL: Fix display size for DATE/DATETIME (#40669)
A full format for a DATETIME would be:
`2019-03-30T10:20:30.123+10:00` which is 29 chars long.

For DATE a full format would be: `2019-03-30T00:00:00.000+10:00`
which is also 29 chars long.


(cherry picked from commit 6be83964ed025528778bca8d35692762e166983b)
2019-04-03 13:29:04 +02:00
..
syntax SQL: MATCH and QUERY documentation; one list of functions (#40494) 2019-03-27 17:37:10 +02:00
data-types.asciidoc SQL: Fix display size for DATE/DATETIME (#40669) 2019-04-03 13:29:04 +02:00
index-patterns.asciidoc SQL: Spec tests now use classpath discovery (#40388) 2019-03-25 15:22:52 +02:00
index.asciidoc SQL: Doc on syntax (identifiers in particular) (#38662) 2019-02-15 15:24:33 +02:00