Diff for /ZSQLExtend/__init__.py between versions 1.3 and 1.4

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

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>