Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
811403fc
Commit
811403fc
authored
Sep 12, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note that the transaction package is used outside of ZODB
parent
67388dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
doc/reference/transaction.rst
doc/reference/transaction.rst
+12
-3
No files found.
doc/reference/transaction.rst
View file @
811403fc
...
...
@@ -3,9 +3,10 @@ Transactions
============
Transaction
support
is
provided
by
the
`
transaction
<http://transaction.readthedocs.io/en/latest/>`_ package, which is
installed automatically when you install ZODB. There are 2 important
APIs provided by the transaction package, ``ITransactionManager`` and
<
http
://
transaction
.
readthedocs
.
io
/
en
/
latest
/>`
_
package
[#
transaction
-
package
-
can
-
be
-
used
-
wo
-
ZODB
]
_
,
which
is
installed
automatically
when
you
install
ZODB
.
There
are
two
important
APIs
provided
by
the
transaction
package
,
``
ITransactionManager
``
and
``
ITransaction
``,
described
below
.
ITransactionManager
...
...
@@ -23,3 +24,11 @@ ITransaction
addBeforeCommitHook
,
getBeforeCommitHooks
,
addAfterCommitHook
,
getAfterCommitHooks
..
[#
transaction
-
package
-
can
-
be
-
used
-
wo
-
ZODB
]
The
:
mod
:
transaction
package
is
a
general
purpose
package
for
managing
`
distributed
transactions
<
https
://
en
.
wikipedia
.
org
/
wiki
/
Distributed_transaction
>`
_
with
a
`
two
-
phase
commit
protocol
<
https
://
en
.
wikipedia
.
org
/
wiki
/
Two
-
phase_commit_protocol
>`
_
.
It
can
and
occasionally
is
used
with
packages
other
than
ZODB
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment