2005/12/11, Mike Kent <[EMAIL PROTECTED]>: > What I'm seeing is that "I'm doing a rollback" is printed, but the > rollback does not actually occur in the database; all the added records > are still there. I start each time with a fresh database, so there's > no question that the records I'm seeing are from this run of my test.
What database are you using? If MySQL, are you using a transaction capable storage engine (like InnoDB)? Arnar

