Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZODB
Commits
db8f5635
Commit
db8f5635
authored
25 years ago
by
Ken Manheimer
Browse files
Options
Download
Email Patches
Plain Diff
Connection.exchange() - "self._cache" instead of "self.cache".
parent
6e405a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
trunk/src/ZODB/Connection.py
trunk/src/ZODB/Connection.py
+3
-3
No files found.
trunk/src/ZODB/Connection.py
View file @
db8f5635
...
@@ -84,8 +84,8 @@
...
@@ -84,8 +84,8 @@
##############################################################################
##############################################################################
"""Database connection support
"""Database connection support
$Id: Connection.py,v 1.2
1
1999/08/1
1 14:35:59 ji
m Exp $"""
$Id: Connection.py,v 1.2
2
1999/08/1
3 21:49:07 kl
m Exp $"""
__version__
=
'$Revision: 1.2
1
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.2
2
$'
[
11
:
-
2
]
from
cPickleCache
import
PickleCache
from
cPickleCache
import
PickleCache
from
POSException
import
ConflictError
,
ExportError
from
POSException
import
ConflictError
,
ExportError
...
@@ -479,7 +479,7 @@ class Connection(ExportImport.ExportImport):
...
@@ -479,7 +479,7 @@ class Connection(ExportImport.ExportImport):
new
.
_p_jar
=
self
new
.
_p_jar
=
self
new
.
_p_changed
=
1
new
.
_p_changed
=
1
get_transaction
().
register
(
new
)
get_transaction
().
register
(
new
)
self
.
cache
[
oid
]
=
new
self
.
_
cache
[
oid
]
=
new
class
tConnection
(
Connection
):
class
tConnection
(
Connection
):
...
...
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