Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Kirill Smelkov
ZEO
Commits
78146725
Commit
78146725
authored
Jan 14, 2004
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
But we do.
The comment long ago fell out of synch with the code.
parent
90476555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/ZODB/Connection.py
src/ZODB/Connection.py
+1
-2
No files found.
src/ZODB/Connection.py
View file @
78146725
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Database connection support
"""Database connection support
$Id: Connection.py,v 1.11
6 2004/01/14 18:42:13
jeremy Exp $"""
$Id: Connection.py,v 1.11
7 2004/01/14 18:58:08
jeremy Exp $"""
import
logging
import
logging
import
sys
import
sys
...
@@ -295,7 +295,6 @@ class Connection(ExportImport, object):
...
@@ -295,7 +295,6 @@ class Connection(ExportImport, object):
# new object
# new object
self
.
_creating
.
append
(
oid
)
self
.
_creating
.
append
(
oid
)
else
:
else
:
#XXX We should never get here
if
invalid
(
oid
)
and
not
hasattr
(
object
,
'_p_resolveConflict'
):
if
invalid
(
oid
)
and
not
hasattr
(
object
,
'_p_resolveConflict'
):
raise
ConflictError
(
object
=
obj
)
raise
ConflictError
(
object
=
obj
)
self
.
_modified
.
append
(
oid
)
self
.
_modified
.
append
(
oid
)
...
...
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