We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
same issue
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: