On 12/12/05, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > > 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)?
>From other messages of Mike's I think he is using MySQL, so this is a good guess as to the problem... Kevin

