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.
query.TransactionActor
query.TxActor
table.Client
1 parent 8b9ba18 commit f78c13fCopy full SHA for f78c13f
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+* Added `query.TransactionActor` type alias to `query.TxActor` for compatibility with `table.Client` API's
2
* Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals
3
4
## v3.101.2
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