SQL use case
Fichier d'echantillon SQL pour Rollback Rehearsal
Exercise rollback, savepoint, and migration safety behavior with real SQL fixtures chosen for transactional meaning, not just raw size.
187 B
JSON du manifeste
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
sql_schema_migration_sample.sql
Telechargersql_sample_file_100MB.sql
Telechargersql_reporting_query_sample.sql
TelechargerNext steps