this code looks like it got moved around recently, as the behavior has changed the rollback now looks like its not ignored but rolling back the entire transaction rather then to the savepoint in the transaction log.
The last entry in the transaction log is now the create table statement the insert is not logged.
this code looks like it got moved around recently, as the behavior has changed the rollback now looks like its not ignored but rolling back the entire transaction rather then to the savepoint in the transaction log.
The last entry in the transaction log is now the create table statement the insert is not logged.