Comment 6 for bug 132485

Revision history for this message
James Henstridge (jamesh) wrote :

Here's a status update on the infrastructure side:

 1. We fleshed out a standard DB-API extension for two-phase commit. It is included in the current version of PEP 249.
 2. I haven't yet implemented it for psycopg2. My initial patch would need a bit of work to support the new API, and I've got other things on my plate in the short term.
 3. The DB-API extension should be implementable for MySQL if someone wants to take on that job.

Once we've got some adapters supporting the extension we can work on the Storm API.