You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: