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
if something breaks when loading fixtures, e.g. because of incompatible DB schema version,
Sprig just bails out -- leaving partial data in the database.
It should use transactions for this
The text was updated successfully, but these errors were encountered:
Hey @tilo, quick update: We've started work on this. 73ef516
For now I think we'd like to keep existing behavior by default, but provide the option to wrap the process in a transaction via the configuration block.
We just need to clean some things up, fix up our tests for the Mongoid version of the suite run, and then we'll put this into a release.
if something breaks when loading fixtures, e.g. because of incompatible DB schema version,
Sprig just bails out -- leaving partial data in the database.
It should use transactions for this
The text was updated successfully, but these errors were encountered: