I would like to be able to test if I forgot to issue a $dbh->commit. I suppose that I could disconnect and reconnect and test data, but it seems to me that DBI may have a flag available to tell me if it will rollback when I call $dbh->disconnect(), or there may be someother way to do this that I have not thought of.