summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a48a001)
raw | patch | inline | side by side (parent: a48a001)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 18 Jul 2002 11:27:47 +0000 (11:27 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 18 Jul 2002 11:27:47 +0000 (11:27 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@895 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/hyperdb.py | patch | blob | history |
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index 2905166251310174fca98b8f340bb247d90ec462..1a95a322ae30ab87e50983f91f496243d8e4d1ee 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
# 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.
"""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
#
# $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
#