File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ * Added public type alias ` ydb.Params ` to ` internal/params.Parameters ` for external usage
2+
13## v3.104.6
24* Refactored ` table.TransactionControl ` and ` query.TransactionControl ` for use single implementation in ` internal/tx `
35* Changed ` ydb.WithTxControl ` context modifier for allow both ` table.TransactionControl ` and ` query.TransactionControl `
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ package ydb
22
33import "github.com/ydb-platform/ydb-go-sdk/v3/internal/params"
44
5+ // Params is an interface of parameters
6+ // which returns from ydb.ParamsBuilder().Build()
7+ type Params = params.Parameters
8+
59// ParamsBuilder used for create query arguments instead of tons options.
610func ParamsBuilder () params.Builder {
711 return params.Builder {}
You can’t perform that action at this time.
0 commit comments