--- ZSQLExtend/__init__.py 2004/04/18 08:58:28 1.3 +++ ZSQLExtend/__init__.py 2004/07/26 15:43:26 1.4 @@ -34,3 +34,10 @@ def initialize(context): ZSQLMetaData.manage_addZSQLMetadataMapping ) ) + +methods={ + # We still need this one, at least for now, for both editing and + # adding. Ugh. + 'SQLConnectionIDs': ZSQLExtend.showSQLConnectionIDs, + + }