-
Add integration tests using both more.zodb and more.transaction.
-
I am familiar with Python and willing to contribute for ZODB and its related python project.
But feel difficult to start.
Is there any resource or documentation which can help me understand the …
-
There are really 2 major issues:
- Abuse of the root object.
The root object should be small. Application collections should be descendents of the root object.
For example, in the drawing appl…
-
```
Install gomobile, create some content with overrides, uninstall gomobile,
remove it from buildout, rerun buildout, export the site, and import it. On
import it gives an error:
2010-11-15 11:46:…
-
another alternative (see #715 for base discussion) could be ZODB (or one of its newer derivates).
It doesn't require us using any other stuff from the zope universe (like Zope or Plone), we can jus…
-
A site running under Plone 4.2 and using collective.syndication was recently migrated to Plone 4.3.
Before migrating it, collective.syndication was uninstalled as all is code base is only a backport …
-
`attachment.rst` test fails with current master.
```
----------------------------------------------------------------------
File "/home/ajung/src/collective.easyform/src/collective/easyform/tes…
zopyx updated
4 years ago
-
I have a `BTree` which I am persisting via `ZODB`. In this `BTree` I add and remove items over time. Somehow, I've managed to get a `BTree` which has a key for a particular item, but raises a `KeyErro…
-
I've a silly unit test that opens a few connections to the same MappingStorage() instance and commits a few transactions. It passes with ZODB 3.9.7 and deadlocks with up-to-date ZODB releases.
I'v…
-
taking an existing 1.1.1 lineage site and checking out master on plone 4.3 will result in an unusable Plone site with this error:
```
2014-10-23 09:31:25 ERROR ZServerPublisher exception caught
Trace…