File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1+ * Removed comment ` experimental ` from ` ydb.ParamsBuilder ` and ` ydb.ParamsFromMap `
12* Fixed panic on closing ` internal/query/sessionCore.done ` channel twice
23* Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals
34
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package ydb
33import "github.com/ydb-platform/ydb-go-sdk/v3/internal/params"
44
55// ParamsBuilder used for create query arguments instead of tons options.
6- //
7- // Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
86func ParamsBuilder () params.Builder {
97 return params.Builder {}
108}
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ func (p wrongParameters) ToYDB(a *allocator.Allocator) (map[string]*Ydb.TypedVal
2020}
2121
2222// ParamsFromMap build parameters from named map
23- //
24- // Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
2523func ParamsFromMap (m map [string ]any ) params.Parameters {
2624 namedParameters := make ([]any , 0 , len (m ))
2725 for name , val := range m {
You can’t perform that action at this time.
0 commit comments