You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/core/kqp/session_actor/kqp_query_state.h
+2
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,8 @@ class TKqpQueryState : public TNonCopyable {
362
362
return RequestEv->HasTxControl();
363
363
}
364
364
365
+
boolHasImpliedTx() const; // (only for QueryService API) user has not specified TxControl in the request. In this case we behave like Begin/Commit was specified.
0 commit comments