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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
ZODB
Commits
ed46567b
Commit
ed46567b
authored
8 years ago
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a test (that we'll break later)
parent
844fd710
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/guide/transactions-and-threading.rst
doc/guide/transactions-and-threading.rst
+3
-2
No files found.
doc/guide/transactions-and-threading.rst
View file @
ed46567b
...
...
@@ -187,8 +187,9 @@ So, for example, if we wanted to set a transaction note::
..
->
src
>>>
exec
(
src
)
>>>
db
.
history
(
conn
.
root
().
_p_oid
)[
0
][
'description'
]
'incrementing x again'
>>>
(
db
.
history
(
conn
.
root
().
_p_oid
)[
0
][
'description'
]
==
...
b
'incrementing x again'
)
True
Here
,
we
used
the
:
meth
:`~
transaction
.
interfaces
.
ITransactionManager
.
get
`
method
to
get
...
...
This diff is collapsed.
Click to expand it.
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