elasticsearch/docs/reference/sql
Marios Trivyzas 1a5945c396
SQL: Fix JDBC url pattern in docs and error message (#56612)
The docs pattern url was using `*` which means zero or many instead
of `?` which means zero or one. The pattern url returned in error
messages was not in sync with the one in the docs.

Fixes: #56476
2020-05-13 12:12:23 +02:00
..
appendix
endpoints SQL: Fix JDBC url pattern in docs and error message (#56612) 2020-05-13 12:12:23 +02:00
functions QL: case sensitive support in EQL (#56404) 2020-05-12 15:05:43 +03:00
language
concepts.asciidoc
getting-started.asciidoc
index.asciidoc
limitations.asciidoc
overview.asciidoc
security.asciidoc