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(transactional): enable adapters to opt out of transactional proxy support #160

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

Papooch
Copy link
Owner

@Papooch Papooch commented Jun 29, 2024

This is needed specifically for a future mongodb and mongoose support, because the lack of an active transaction is denoted by passing null or undefined as the session value.

But proxying those values (or any primitive values for that matter) is not supported by JavaScript.

@Papooch Papooch enabled auto-merge (squash) June 29, 2024 09:49
@Papooch Papooch merged commit 9542cdb into main Jun 29, 2024
2 checks passed
@Papooch Papooch deleted the feat/transactional-adapter-supports-transaction-proxy branch June 29, 2024 09:51
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.

1 participant