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
7fddccf6
Commit
7fddccf6
authored
Dec 06, 2011
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repr fix for transaction>=1.2.0
parent
a014c245
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/ZODB/tests/testConnectionSavepoint.txt
src/ZODB/tests/testConnectionSavepoint.txt
+4
-4
No files found.
src/ZODB/tests/testConnectionSavepoint.txt
View file @
7fddccf6
...
...
@@ -182,15 +182,15 @@ However, using a savepoint invalidates any savepoints that come after it:
>>> root['bob-balance']
100.0
>>> savepoint2.rollback()
>>> savepoint2.rollback()
# doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
...
InvalidSavepointRollbackError
InvalidSavepointRollbackError
: invalidated by a later savepoint
>>> savepoint1.rollback()
>>> savepoint1.rollback()
# doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
...
InvalidSavepointRollbackError
InvalidSavepointRollbackError
: invalidated by a later savepoint
>>> transaction.abort()
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