|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: hyperdb.py,v 1.76 2002-07-18 11:17:30 gmcm Exp $ |
| 18 | +# $Id: hyperdb.py,v 1.77 2002-07-18 11:27:47 richard Exp $ |
19 | 19 |
|
20 | 20 | __doc__ = """ |
21 | 21 | Hyperdatabase implementation, especially field types. |
@@ -479,9 +479,9 @@ def find(self, **propspec): |
479 | 479 | """Get the ids of nodes in this class which link to the given nodes. |
480 | 480 |
|
481 | 481 | 'propspec' consists of keyword args propname={nodeid:1,} |
482 | | - 'propname' must be the name of a property in this class, or a |
483 | | - KeyError is raised. That property must be a Link or Multilink |
484 | | - property, or a TypeError is raised. |
| 482 | + 'propname' must be the name of a property in this class, or a |
| 483 | + KeyError is raised. That property must be a Link or Multilink |
| 484 | + property, or a TypeError is raised. |
485 | 485 |
|
486 | 486 | Any node in this class whose 'propname' property links to any of the |
487 | 487 | nodeids will be returned. Used by the full text indexing, which knows |
@@ -591,6 +591,11 @@ def Choice(name, db, *options): |
591 | 591 |
|
592 | 592 | # |
593 | 593 | # $Log: not supported by cvs2svn $ |
| 594 | +# Revision 1.76 2002/07/18 11:17:30 gmcm |
| 595 | +# Add Number and Boolean types to hyperdb. |
| 596 | +# Add conversion cases to web, mail & admin interfaces. |
| 597 | +# Add storage/serialization cases to back_anydbm & back_metakit. |
| 598 | +# |
594 | 599 | # Revision 1.75 2002/07/14 02:05:53 richard |
595 | 600 | # . all storage-specific code (ie. backend) is now implemented by the backends |
596 | 601 | # |
|
0 commit comments