mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
fix: [GoSDK] Use client config db name when connect (#39662)
Related to #34137 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
74890dabc9
commit
d7c07d16d3
@ -59,7 +59,8 @@ func New(ctx context.Context, config *ClientConfig) (*Client, error) {
|
||||
}
|
||||
|
||||
c := &Client{
|
||||
config: config,
|
||||
config: config,
|
||||
currentDB: config.DBName,
|
||||
}
|
||||
|
||||
// Parse remote address.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user