Question

Is there a way to get savepoint support in a Zope connection to Postgres?

I'm currently using ZPsycopgDA, which doesn't support savepoints, and is also hard to install with buildout. Would switching to something like SQLAlchemyDA make things easier?

Background: I've got my users in a postgres database, but when I try look at the history, I get errors about savepoints. That problem is explained here: http://plone.org/products/cmfeditions/issues/46

Was it helpful?

Solution 2

It turned out that SQLAlchemyDA does seem to support savepoints - at least when I switched to it, it did fix the issue.

OTHER TIPS

I would recommend asking in the Plone forums: http://plone.org/support

I'm not using much relational databases myself, but in general you can use collective.tin and other integration products that hook up SQLAlchemy to Plone for content, or if you want to store everything in a relational database, look at RelStorage.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top