mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
fix
This commit is contained in:
parent
b229a28e94
commit
40ad8499a0
@ -144,7 +144,7 @@ MongoDBDictionarySource::MongoDBDictionarySource(
|
||||
}
|
||||
else
|
||||
{
|
||||
// Connect with host/port/user/etc through constructing
|
||||
// Connect with host/port/user/etc through constructing
|
||||
std::string uri_constructed("mongodb://" + host + ":" + std::to_string(port) + "/" + db + "?" + options);
|
||||
connection->connect(uri_constructed, socket_factory);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user