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

feat(client): Add support for interactive transactions #613

Merged
merged 42 commits into from
Jun 12, 2023

Conversation

RobertCraigie
Copy link
Owner

@RobertCraigie RobertCraigie commented Nov 27, 2022

Change Summary

closes #53

This PR also bumps the typing-extensions version for NewType support.

TODO:

  • tests for behaviour wrt rollback
  • Check what max_wait does and document both options
  • Check if we need to bump the typing-extensions dep
  • Support for model based access
  • Fix synchronous tests
  • Docs (include timeout information)

Checklist

  • Unit tests for the changes exist
  • Tests pass without significant drop in coverage
  • Documentation reflects changes where applicable
  • Test snapshots have been updated if applicable

Agreement

By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.

@RobertCraigie RobertCraigie marked this pull request as draft November 27, 2022 14:51
@RobertCraigie RobertCraigie changed the title Add support for interactive transactions feat(client): Add support for interactive transactions Jan 22, 2023
@RobertCraigie RobertCraigie marked this pull request as ready for review June 12, 2023 01:53
@RobertCraigie RobertCraigie merged commit cca0e85 into main Jun 12, 2023
28 checks passed
@RobertCraigie RobertCraigie deleted the feat/transactions branch June 12, 2023 02:01
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

Successfully merging this pull request may close these issues.

Add support for transactions
1 participant