Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Transactions and Rollback

I've not found anything as of yet in the API that handles basic transactions for custom tables. I've tried using the standard TransactionScope to wrap my calls for inserts and updates, but it does not work with the api correctly.

Is there a way we can handle this within the api?
tracstarr Send private email
Wednesday, January 6, 2010
 
 
That's correct, there is no facility for this. For historical reasons, FogBugz does not support database transactions. We hope to support them in the future, but in the meantime we are in the unfortunate position of not being able to do rollbacks. We will let the plugin developers know when this becomes available.
Brett Kiefer Send private email
Wednesday, January 6, 2010
 
 
Yikes, that's very unfortunate and could leave things in a messy state. Guess i'll see what I can do to work around this limitation. Thanks.
tracstarr Send private email
Wednesday, January 6, 2010
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz