Skip to content

Commit 09fa827

Browse files
authored
SQL: documentation improvements and updates (#36918)
* Added Limitations page * Made the aggregations page follow the common template for functions * Modified all tables to have the first row's cells content centered * Polishing in other various sections
1 parent 33e9cf3 commit 09fa827

File tree

19 files changed

+421
-140
lines changed

19 files changed

+421
-140
lines changed

docs/reference/sql/appendix/syntax-reserved.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ be quoted (using double quotes) in order to be used as an identifier, for exampl
1616
SELECT "AS" FROM index
1717
----
1818

19-
[cols="^,^,^",options="header"]
19+
[cols="^,^,^"]
2020

2121
|===
2222

23-
|Keyword |SQL:2016 |SQL-92
23+
s|Keyword
24+
s|SQL:2016
25+
s|SQL-92
2426

2527

2628
|`ALL` |reserved |reserved

docs/reference/sql/concepts.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Last but not least, {es-sql} tries to obey the https://en.wikipedia.org/wiki/Pri
1515

1616
=== Mapping concepts across SQL and {es}
1717

18+
beta[]
19+
1820
While SQL and {es} have different terms for the way the data is organized (and different semantics), essentially their purpose is the same.
1921

2022
So let's start from the bottom; these roughly are:

docs/reference/sql/endpoints/client-apps/squirrel.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[role="xpack"]
22
[testenv="platinum"]
33
[[sql-client-apps-squirrel]]
4-
=== SQquirelL SQL
4+
=== SQuirreL SQL
55

66
beta[]
77

88
[quote, http://squirrel-sql.sourceforge.net/]
99
____
10-
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 [...].
10+
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 [...].
1111
____
1212

1313
==== Prerequisites

docs/reference/sql/endpoints/jdbc.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Opens up a {es-sql} connection to `server` on port `3456`, setting the JDBC conn
138138

139139
=== API usage
140140

141+
beta[]
142+
141143
One can use JDBC through the official `java.sql` and `javax.sql` packages:
142144

143145
==== `java.sql`

0 commit comments

Comments
 (0)