We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53cbd2f + 890f81e commit daefd2bCopy full SHA for daefd2b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+* Added `query.TransactionActor` type alias to `query.TxActor` for compatibility with `table.Client` API's
2
* Removed comment `experimental` from `ydb.ParamsBuilder` and `ydb.ParamsFromMap`
3
* Fixed panic on closing `internal/query/sessionCore.done` channel twice
4
* Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals
query/transaction.go
@@ -12,7 +12,8 @@ type (
12
tx.Identifier
13
Executor
14
}
15
- Transaction interface {
+ TransactionActor = TxActor
16
+ Transaction interface {
17
TxActor
18
19
CommitTx(ctx context.Context) (err error)
0 commit comments