Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

per-transaction timeout interval setting in DbMap #439

Open
changren-wcr opened this issue Dec 30, 2022 · 0 comments
Open

per-transaction timeout interval setting in DbMap #439

changren-wcr opened this issue Dec 30, 2022 · 0 comments

Comments

@changren-wcr
Copy link

changren-wcr commented Dec 30, 2022

DbMap struct has a ctx context.Context field, ctx can be set when initializing DbMap instance and can serve as timeout Context for all transactions based on this DbMap instance. All the transactions share the same timeout Context.

Sometimes user may want to create independent timeout Context per transaction, with timeout interval setting in DbMap instance.

Pull request: #441

@changren-wcr changren-wcr changed the title missing per-transaction Context of DbMap Want per-transaction independent timeout Context with timeout interval setting in DbMap Dec 30, 2022
@changren-wcr changren-wcr changed the title Want per-transaction independent timeout Context with timeout interval setting in DbMap per-transaction independent timeout Context with timeout interval setting in DbMap Dec 30, 2022
@changren-wcr changren-wcr changed the title per-transaction independent timeout Context with timeout interval setting in DbMap per-transaction timeout interval setting in DbMap Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant