Plugin Developer DiscussionDiscussion for FogBugz Plugin developers |
||
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?
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.
|
Powered by FogBugz