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

Add transaction support to Immugw #31

Open
NikitaSmall opened this issue Apr 7, 2023 · 0 comments
Open

Add transaction support to Immugw #31

NikitaSmall opened this issue Apr 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NikitaSmall
Copy link

What would you like to be added or enhanced
Hi!
I would like to have the ability to run multiple queries and/or sqlexecs within a single ImmuDB transaction using Immugw. As I understand and as @jeroiraz confirmed, Immugw ability to use session-based authentication (openSession/closeSession) is missing.

Why is this needed
This feature is needed in order to support multiple changes, queries, and/or requests withing a single transaction, e.g. the ability to effectively commit or rollback the transaction.

Additional context
At this moment there is a hack to put multiple SQL requests into single sqlexec but that is suboptimal.

@NikitaSmall NikitaSmall added the enhancement New feature or request label Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant