[Zope3-checkins] CVS: Zope3/src/zope/app/sqlscript -
interfaces.py:1.4
Jim Fulton
jim at zope.com
Wed Apr 14 18:32:49 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/sqlscript
In directory cvs.zope.org:/tmp/cvs-serv30064/src/zope/app/sqlscript
Modified Files:
interfaces.py
Log Message:
Changed database connection fields to extend EnumeratedTextLine, so
that they get rendered as select lists.
=== Zope3/src/zope/app/sqlscript/interfaces.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/sqlscript/interfaces.py:1.3 Tue Mar 2 08:48:29 2004
+++ Zope3/src/zope/app/sqlscript/interfaces.py Wed Apr 14 18:32:48 2004
@@ -23,7 +23,7 @@
class MissingInput(Exception):
pass
-class SQLConnectionName(zope.schema.TextLine):
+class SQLConnectionName(zope.schema.EnumeratedTextLine):
"""SQL Connection Name"""
def __allowed(self):
More information about the Zope3-Checkins
mailing list