From 331ea802a1826a4eca434595676d840281244053 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 18 Jul 2002 11:27:47 +0000 Subject: [PATCH] ws git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@895 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/hyperdb.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py index 2905166..1a95a32 100644 --- a/roundup/hyperdb.py +++ b/roundup/hyperdb.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: hyperdb.py,v 1.76 2002-07-18 11:17:30 gmcm Exp $ +# $Id: hyperdb.py,v 1.77 2002-07-18 11:27:47 richard Exp $ __doc__ = """ Hyperdatabase implementation, especially field types. @@ -479,9 +479,9 @@ class Class: """Get the ids of nodes in this class which link to the given nodes. 'propspec' consists of keyword args propname={nodeid:1,} - 'propname' must be the name of a property in this class, or a - KeyError is raised. That property must be a Link or Multilink - property, or a TypeError is raised. + 'propname' must be the name of a property in this class, or a + KeyError is raised. That property must be a Link or Multilink + property, or a TypeError is raised. Any node in this class whose 'propname' property links to any of the nodeids will be returned. Used by the full text indexing, which knows @@ -591,6 +591,11 @@ def Choice(name, db, *options): # # $Log: not supported by cvs2svn $ +# Revision 1.76 2002/07/18 11:17:30 gmcm +# Add Number and Boolean types to hyperdb. +# Add conversion cases to web, mail & admin interfaces. +# Add storage/serialization cases to back_anydbm & back_metakit. +# # Revision 1.75 2002/07/14 02:05:53 richard # . all storage-specific code (ie. backend) is now implemented by the backends # -- 2.30.2