Closed datbeohbbh closed 1 year ago
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Please check the type of change your PR introduces:
Issue Number:
(*Engine) TransactionContext(...)
(*Engine) SetDefaultContext(...)
errors.Is(err, driver.ErrSkip)
resultNoRows
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number:
What is the new behavior?
(*Engine) TransactionContext(...)
. Client can use(*Engine) SetDefaultContext(...)
to modify the context, which will be used in transaction.errors.Is(err, driver.ErrSkip)
in case ydb-go-sdk returnsresultNoRows
.Other information