Skip to content

Commit daefd2b

Browse files
authored
Merge pull request #1690 from ydb-platform/tx-actor
* Added `query.TransactionActor` type alias to `query.TxActor` for compatibility with `table.Client` API's
2 parents 53cbd2f + 890f81e commit daefd2b

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
* Removed comment `experimental` from `ydb.ParamsBuilder` and `ydb.ParamsFromMap`
23
* Fixed panic on closing `internal/query/sessionCore.done` channel twice
34
* Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals

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)