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.
1 parent b7ab801 commit c15805dCopy full SHA for c15805d
query/transaction.go
@@ -54,6 +54,8 @@ func EmptyTxControl() *TransactionControl {
54
// NoTx defines nil transaction control
55
// This is wrong name for transaction control inference on server-side by query content
56
// 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
59
func NoTx() *TransactionControl {
60
return EmptyTxControl()
61
}
0 commit comments