8000 Does nested transaction be supported? · Issue #591 · kotlin-orm/ktorm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Does nested transaction be supported? #591

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

Open
uncle-lv opened this issue Dec 7, 2024 · 0 comments
Open

Does nested transaction be supported? #591

uncle-lv opened this issue Dec 7, 2024 · 0 comments

Comments

@uncle-lv
Copy link
uncle-lv commented Dec 7, 2024

useTransaction is reentrant, so it can be called nested. However, the inner calls don’t open new transactions but share the same ones with outers.

It seems ktorm doesn't support nested transaction something like Spring's Propagation.NESTED.

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
0