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
bc2a9fa4
Commit
bc2a9fa4
authored
Jan 29, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added eval support
parent
3d799e0d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lib/python/Products/ZSQLMethods/Setup
lib/python/Products/ZSQLMethods/Setup
+1
-0
lib/python/Products/ZSQLMethods/__init__.py
lib/python/Products/ZSQLMethods/__init__.py
+7
-2
No files found.
lib/python/Products/ZSQLMethods/Setup
View file @
bc2a9fa4
...
...
@@ -2,6 +2,7 @@
# install __init__.py
# install add.dtml
# install edit.dtml
# install release
# package Aqueduct
# package AqueductDA
lib/python/Products/ZSQLMethods/__init__.py
View file @
bc2a9fa4
...
...
@@ -11,11 +11,13 @@
__doc__
=
'''SQL Method Product
$Id: __init__.py,v 1.
1 1998/01/07 16:29:29 jim
Exp $'''
__version__
=
'$Revision: 1.
1
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.
2 1998/01/29 16:29:47 brian
Exp $'''
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
from
ImageFile
import
ImageFile
import
Aqueduct.Search
,
SQL
classes
=
(
'SQL.SQL'
,)
meta_types
=
(
{
'name'
:
'Aqueduct SQL Database Method'
,
'action'
:
'manage_addAqueductSQLMethodForm'
,
...
...
@@ -43,6 +45,9 @@ misc_={
##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.2 1998/01/29 16:29:47 brian
# Added eval support
#
# Revision 1.1 1998/01/07 16:29:29 jim
# Split out Database Methods
#
...
...
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