[ZCM] [ZC] 192/ 3 Comment "Z SQL Methods cannot be edited"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Mon, 04 Feb 2002 15:23:57 -0500


Issue #192 Update (Comment) "Z SQL Methods cannot be edited"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/192

==============================================================
= Comment - Entry #3 by kteague on Feb 4, 2002 3:23 pm


Uploaded:  "init__.py"
 - http://collector.zope.org/Zope/192/init__.py/view

________________________________________
= Comment - Entry #2 by kteague on Feb 4, 2002 3:23 pm


Uploaded:  "SQL.py"
 - http://collector.zope.org/Zope/192/SQL.py/view

________________________________________
= Request - Entry #1 by kteague on Feb 1, 2002 2:34 pm

In the ZSQLMethods Product, the dtml/edit.dtml
screen does not appear to work. It cannot find the
method SQLConnectionIDs. This method is defined
in the __init__.py file in a method dictionary,
while the method itself lives in SQL.py. The workaround that I used to solve this problem was
to move the actual SQLConnectionIDs method so that
it was part of the SQL class.
==============================================================