hansva commented on code in PR #1514:
URL: https://github.com/apache/hop/pull/1514#discussion_r886745305
##########
plugins/databases/clickhouse/src/main/java/org/apache/hop/databases/clickhouse/ClickhouseDatabaseMeta.java:
##########
@@ -241,7 +241,7 @@ public boolean isQuoteAllFields() {
/** @return This indicator separates the normal URL from the options */
@Override
public String getExtraOptionIndicator() {
- return "&";
+ return "?";
Review Comment:
My bad I messed up the Indicator and the separator, so indicator should be ?
and separator & which is correct!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]