- 12 Sep, 2016 2 commits
-
-
Jim Fulton authored
More changes to come.
-
Jim Fulton authored
-
- 09 Sep, 2016 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
This adds documentatuon on transactions and threading concerns. There are some topics, like application design and conflict resolution that might want a deeper treatment, but would probably be better handled through articles or dedicated topics. (I want to avoid individual topics being too long or weedy to read, where practical.) Writing this, I stumbled a bit over thread-local transaction managers. For most applications, they don't add anything over accessing transaction managers on connections and actually provide an opportunity to fail. I'm convinced that it should be possible to do most transaction management through connections and that the API provided by transaction managers and the transaction package should be reserved for distributed transactions. I didn't mention gevent. I thik there should be a section on gevent, but I think it should be written by someone who's used gevent with ZODB. :) Maybe there should also be a section or mention of using asyncio with ZODB, pr maybe later. Closes zopefoundation/zodbdocs#13 Closes zopefoundation/zodbdocs#16
-
Julien Muchembled authored
-
Jim Fulton authored
-
Jim Fulton authored
Call _p_resolveConflict() even if a conflicting change doesn't change the state
-
Jim Fulton authored
Merge zodbdocs
-
- 08 Sep, 2016 24 commits
-
-
Jason Madden authored
Don't raise an AttributeError when DemoStorage successfully stores a blob first.
-
Jason Madden authored
Includes a (previously) failing test case. Fixes #103.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
But we can make it better.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- can ``make html`` from doc directory and get html. - documentation tests run as part of normal tests. README.rst needs some love. Then on to making this work with RTD.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Setup and reference
-
Jim Fulton authored
Reference docs
-
Jim Fulton authored
and fix a ReST issue.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Also the details aren't important here, so moved to a footnote.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 07 Sep, 2016 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 Sep, 2016 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Still need to discuss zconfig
-