Skip to content

Commit f78c13f

Browse files
committed
* Added query.TransactionActor type alias to query.TxActor for compatibility with table.Client API's
1 parent 8b9ba18 commit f78c13f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Added `query.TransactionActor` type alias to `query.TxActor` for compatibility with `table.Client` API's
12
* Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals
23

34
## v3.101.2

query/transaction.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ type (
1212
tx.Identifier
1313
Executor
1414
}
15-
Transaction interface {
15+
TransactionActor = TxActor
16+
Transaction interface {
1617
TxActor
1718

1819
CommitTx(ctx context.Context) (err error)

0 commit comments

Comments
 (0)