Configuring JDBC Savepoint usage for safe rollback after DDL schema changes
Goal Ensure that a transaction can be rolled back to a known point after executing a schema‑altering statement (e.g., ALTER TABLE) so that any unintended data changes are undone while preserving the ability to commit other work. Constraints / Uncertainty Many relational databases issue an implicit commit when a DDL statement is executed, which may terminate