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:
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

View File

@ -59,7 +59,8 @@ 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.