We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db1a9e commit afa4138Copy full SHA for afa4138
docs/reference/sql/endpoints/jdbc.asciidoc
@@ -129,7 +129,7 @@ To put all of it together, the following URL:
129
130
["source","text"]
131
----
132
-jdbc:es://http://server:3456/timezone=UTC&page.size=250
+jdbc:es://http://server:3456/?timezone=UTC&page.size=250
133
134
135
Opens up a {es-sql} connection to `server` on port `3456`, setting the JDBC connection timezone to `UTC` and its pagesize to `250` entries.
0 commit comments