SQL use case

SQL voorbeeldbestand voor Rollback Rehearsal

Exercise rollback, savepoint, and migration safety behavior with real SQL fixtures chosen for transactional meaning, not just raw size.

187 B Manifest JSON SHA256
Starter file

Download

sql_transaction_rollback_sample.sql

187 B application/sql SHA256 f901e5f34f6c...
Checklist

Testing Steps

  1. Run rollback and savepoint scenarios before and after applying larger seed fixtures.
  2. Confirm partial failures leave the database in the expected state after transaction aborts.
  3. Document which large-file steps can be retried safely and which require cleanup before rerun.
Companion fixtures

Related Variants

sql_schema_migration_sample.sql

188 B · application/sql

Download

sql_sample_file_100MB.sql

100.0 MB · application/sql

Download

sql_reporting_query_sample.sql

167 B · application/sql

Download
Next steps

Related Pages