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

Settings to not save when using DB transactions #164

Open
mrdigitalau opened this issue Oct 20, 2022 · 2 comments
Open

Settings to not save when using DB transactions #164

mrdigitalau opened this issue Oct 20, 2022 · 2 comments

Comments

@mrdigitalau
Copy link

Thanks for this great library.

I current have my settings stored in the database.

I am having a problem where I am using a Database transaction, and the setting does not save, it will only save if I do it outside of the transaction.

Is this a limitation with this package that you cannot save settings (in database) using a DB Transaction?

Thanks

@anlutro
Copy link
Owner

anlutro commented Oct 21, 2022

Hey! There's nothing in the library that should cause the behavior you're seeing. Are you sure you're simply not committing the transaction?

@thaifanisalla
Copy link

same issue

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

3 participants