Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for transaction rollback on procedure with specified schema #358

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timiles
Copy link

@timiles timiles commented Dec 8, 2014

Hi,

We are experiencing an issue with rolling back a transaction which executes a stored procedure in a schema other than dbo. I have created a test that reproduces the issue: even if the schema is dbo, by specifying it explicitly we lose the transaction.

I followed the code through as far as DynamicSchema.TryInvokeMember calling command.Execute without passing any transaction? That's as far as I got, but I could be going down completely the wrong rabbit hole... I'd be happy to (try to) help further if you agree this is in need of fixing!

Tim

Hi,

We are experiencing an issue with rolling back a transaction which executes a stored procedure in a schema other than dbo.  I have created a test that reproduces the issue: even if the schema is dbo, by specifying it explicitly we lose the transaction.

I followed the code through as far as DynamicSchema.TryInvokeMember calling command.Execute without passing any transaction?  That's as far as I got, but I could be going down completely the wrong rabbit hole...  I'd be happy to (try to) help further if you agree this is in need of fixing!

Tim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant