mirror of https://github.com/milvus-io/milvus.git
fix: [GoSDK] Use client config db name when connect (#39662)
Related to #34137 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/39661/head
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…
Reference in New Issue