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
congqixia 2025-02-07 10:26:43 +08:00 committed by GitHub
parent 74890dabc9
commit d7c07d16d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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.