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 0469e4b commit f415244Copy full SHA for f415244
docs/reference/sql/endpoints/jdbc.asciidoc
@@ -123,7 +123,7 @@ To put all of it together, the following URL:
123
124
["source","text"]
125
----
126
-jdbc:es://http://server:3456/timezone=UTC&page.size=250
+jdbc:es://http://server:3456/?timezone=UTC&page.size=250
127
128
129
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