mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +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
@ -60,6 +60,7 @@ func New(ctx context.Context, config *ClientConfig) (*Client, error) {
|
|||||||
|
|
||||||
c := &Client{
|
c := &Client{
|
||||||
config: config,
|
config: config,
|
||||||
|
currentDB: config.DBName,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse remote address.
|
// Parse remote address.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user