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
83992521
Commit
83992521
authored
Nov 17, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IStorageTransactionMetaData declaration
parent
fb623856
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/ZODB/Connection.py
src/ZODB/Connection.py
+2
-0
No files found.
src/ZODB/Connection.py
View file @
83992521
...
...
@@ -27,6 +27,7 @@ from persistent import PickleCache
from
persistent.interfaces
import
IPersistentDataManager
from
ZODB.interfaces
import
IConnection
from
ZODB.interfaces
import
IBlobStorage
from
ZODB.interfaces
import
IStorageTransactionMetaData
from
ZODB.blob
import
Blob
,
rename_or_copy_blob
,
remove_committed_dir
from
transaction.interfaces
import
ISavepointDataManager
from
transaction.interfaces
import
IDataManagerSavepoint
...
...
@@ -1286,6 +1287,7 @@ large-record-size option in a configuration file) to specify a larger
size.
"""
@
implementer
(
IStorageTransactionMetaData
)
class
TransactionMetaData
(
object
):
def
__init__
(
self
,
user
=
u''
,
description
=
u''
,
extension
=
b''
):
...
...
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