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
I do not see this logic in the source code (confirmed by searching for "SAVEPOINT" keyword). Should this be added to sqlboiler-crdb, or was it intentionally excluded?
The text was updated successfully, but these errors were encountered:
I prefer to keep the generated code as simple as possible adding retry logic would complicate things a lot and the maintenance time would be much more.
Furthermore I think that retry can be "easily" applied at the driver level (by creating a wrapping driver or something similar) as well making it a cleaner solution.
CRDB has documentation for adding client side retries to drivers:
https://www.cockroachlabs.com/docs/stable/advanced-client-side-transaction-retries.html
I do not see this logic in the source code (confirmed by searching for "SAVEPOINT" keyword). Should this be added to sqlboiler-crdb, or was it intentionally excluded?
The text was updated successfully, but these errors were encountered: