elasticsearch/docs/reference/sql
Marios Trivyzas 0516b6eaf5
SQL: Fix arg verification for DateAddProcessor (#48041)
Previously, the safety check for the 2nd argument of the DateAddProcessor was
restricting it to Integer which was wrong since we allow all non-rational
numbers, so it's changed to a Number check as it's done in other cases.

Enhanced some tests regarding the check for an integer (non-rational
argument).
2019-10-15 12:25:04 +02:00
..
appendix SQL: Implement CURRENT_TIME/CURTIME functions (#40662) 2019-04-03 19:35:37 +02:00
endpoints DOC: Fix typo 2019-09-16 12:33:58 +03:00
functions SQL: Fix arg verification for DateAddProcessor (#48041) 2019-10-15 12:25:04 +02:00
language SQL: Add support for shape type (#46464) 2019-09-25 13:43:05 -04:00
concepts.asciidoc [DOCS] Replaces CCS terms with attributes (#40076) 2019-03-15 07:54:45 -07:00
getting-started.asciidoc Remove types from BulkRequest (#46983) 2019-10-07 13:29:12 +01:00
index.asciidoc SQL: Spec tests now use classpath discovery (#40388) 2019-03-25 15:22:59 +02:00
limitations.asciidoc Switch from using docvalue_fields to extracting values from _source (#44062) 2019-07-24 13:59:02 +03:00
overview.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:03 +02:00
security.asciidoc [DOCS] Remove unneeded options from [source,sql] code blocks (#42759) 2019-05-31 13:03:41 -04:00