SQL use case
Archivo de muestra SQL para Rollback Rehearsal
Exercise rollback, savepoint, and migration safety behavior with real SQL fixtures chosen for transactional meaning, not just raw size.
187 B
Manifiesto JSON
SHA256
Starter file
Download
sql_transaction_rollback_sample.sql
Checklist
Testing Steps
- Run rollback and savepoint scenarios before and after applying larger seed fixtures.
- Confirm partial failures leave the database in the expected state after transaction aborts.
- Document which large-file steps can be retried safely and which require cleanup before rerun.
Companion fixtures
Related Variants
Next steps