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

Transaction was implicitly committed, do not mix transactions and DDL with MySQL (#805) #54

Open
fernandolangaro opened this issue Aug 21, 2024 · 1 comment

Comments

@fernandolangaro
Copy link

This lib works great, but I wish it was possible to pass a parameter called transaction at paginate(). Because when I am adding paginate to a query that is inside a transaction I get this error and it messes up my query.

Is is possible to send the transaction to the paginate method and then you use the transaction to perform the db readings you need? @felixmosh

@felixmosh
Copy link
Owner

Hi @fernandolangaro
Can you share the error that you get?
How do you set the transaction?

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

2 participants