Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/reference/sql/appendix/syntax-reserved.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ be quoted (using double quotes) in order to be used as an identifier, for exampl
SELECT "AS" FROM index
----

[cols="^,^,^",options="header"]
[cols="^,^,^"]

|===

|Keyword |SQL:2016 |SQL-92
s|Keyword
s|SQL:2016
s|SQL-92


|`ALL` |reserved |reserved
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/sql/concepts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Last but not least, {es-sql} tries to obey the https://en.wikipedia.org/wiki/Pri

=== Mapping concepts across SQL and {es}

beta[]

While SQL and {es} have different terms for the way the data is organized (and different semantics), essentially their purpose is the same.

So let's start from the bottom; these roughly are:
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/sql/endpoints/client-apps/squirrel.asciidoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[role="xpack"]
[testenv="platinum"]
[[sql-client-apps-squirrel]]
=== SQquirelL SQL
=== SQuirreL SQL

beta[]

[quote, http://squirrel-sql.sourceforge.net/]
____
http://squirrel-sql.sourceforge.net/[SQuirelL SQL] is a graphical, [multi-platform] Java program that will allow you to view the structure of a JDBC compliant database [...].
http://squirrel-sql.sourceforge.net/[SQuirreL SQL] is a graphical, [multi-platform] Java program that will allow you to view the structure of a JDBC compliant database [...].
____

==== Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/sql/endpoints/jdbc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Opens up a {es-sql} connection to `server` on port `3456`, setting the JDBC conn

=== API usage

beta[]

One can use JDBC through the official `java.sql` and `javax.sql` packages:

==== `java.sql`
Expand Down
Loading