[Bug 132485] Re: Storm should try to support two-phase commit where possible
William Grant
me at williamgrant.id.au
Wed Nov 26 20:20:14 UTC 2014
** Project changed: ubuntu-beginners-launchpad-projects => launchpad
** Changed in: launchpad
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to psycopg2 in Ubuntu.
https://bugs.launchpad.net/bugs/132485
Title:
Storm should try to support two-phase commit where possible
Status in Landscape Server:
New
Status in Launchpad itself:
Invalid
Status in psycopg:
Fix Released
Status in Storm:
Fix Released
Status in “psycopg2” package in Ubuntu:
Fix Released
Bug description:
Certain databases support two-phase commit. Here's the proposed API:
store.prepare()
...
store.commit_prepared()
The implementation of these methods should indirect through the
backends, perhaps with something like self._connection.prepare() and
self._connection.commit_prepared().
If a database backend doesn't support two-phase commit, these methods
should raise some sort of well-defined "Unsupported" exception.
To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape/+bug/132485/+subscriptions
More information about the foundations-bugs
mailing list