Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Zope
Commits
c77c6da8
Commit
c77c6da8
authored
May 17, 2006
by
Casey Duncan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport fix for Collector #1429 to 2.9 branch: Fix name/value traversal of ZSQL methods
parent
6e32dd58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/python/Shared/DC/ZRDB/DA.py
lib/python/Shared/DC/ZRDB/DA.py
+1
-1
No files found.
lib/python/Shared/DC/ZRDB/DA.py
View file @
c77c6da8
...
...
@@ -527,10 +527,10 @@ ListType=type([])
class
Traverse
(
ExtensionClass
.
Base
):
"""Helper class for 'traversing' searches during URL traversal
"""
_r
=
None
_da
=
None
def
__init__
(
self
,
da
,
args
,
name
=
None
):
self
.
_r
=
None
self
.
_da
=
da
self
.
_args
=
args
self
.
_name
=
name
...
...
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