Commit 21ee43e6 authored by 's avatar

Merged in SQLMethod unpickling fix

parent 08f5a528
......@@ -85,8 +85,8 @@
__doc__='''Generic Database adapter
$Id: DA.py,v 1.88 2000/06/16 19:50:30 srichter Exp $'''
__version__='$Revision: 1.88 $'[11:-2]
$Id: DA.py,v 1.89 2000/06/26 19:30:30 brian Exp $'''
__version__='$Revision: 1.89 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB
import DocumentTemplate, marshal, md5, base64, Acquisition, os
......@@ -123,7 +123,7 @@ class nvSQL(DocumentTemplate.HTML):
_proxy_roles=()
class SQL(nvSQL):
class SQL(ExtensionClass.Base, nvSQL):
# Validating SQL template for Zope SQL Methods.
def validate(self, inst, parent, name, value, md):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment