Skip to content

Commit c15805d

Browse files
committed
Added deprecated policy link into comment
1 parent b7ab801 commit c15805d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

query/transaction.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ func EmptyTxControl() *TransactionControl {
5454
// NoTx defines nil transaction control
5555
// This is wrong name for transaction control inference on server-side by query content
5656
// Deprecated: Use EmptyTxControl instead.
57+
// Will be removed after Oct 2025.
58+
// Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated
5759
func NoTx() *TransactionControl {
5860
return EmptyTxControl()
5961
}

0 commit comments

Comments
 (0)