comparison doc/design.txt @ 3718:0d561b24ceff

support sqlite3
author Richard Jones <richard@users.sourceforge.net>
date Wed, 04 Oct 2006 01:12:00 +0000
parents 790363e96852
children 91008ec8f9a0
comparison
equal deleted inserted replaced
3717:5770f1802cd0 3718:0d561b24ceff
488 value to match is a list: 488 value to match is a list:
489 489
490 1. String properties must match all elements in the list, and 490 1. String properties must match all elements in the list, and
491 2. Other properties must match any of the elements in the list. 491 2. Other properties must match any of the elements in the list.
492 492
493 Note that now the propname in filterspec and prop in a 493 The propname in filterspec and prop in a sort/group spec may be
494 sort/group spec may be transitive, i.e., it may contain 494 transitive, i.e., it may contain properties of the form
495 properties of the form link.link.link.name, e.g. you can search 495 link.link.link.name, e.g. you can search for all issues where
496 for all issues where a message was added by a certain user in 496 a message was added by a certain user in the last week with a
497 the last week with a filterspec of 497 filterspec of
498 {'messages.author' : '42', 'messages.creation' : '.-1w;'} 498 {'messages.author' : '42', 'messages.creation' : '.-1w;'}
499 """ 499 """
500 500
501 def list(self): 501 def list(self):
502 """Return a list of the ids of the active items in this 502 """Return a list of the ids of the active items in this

Roundup Issue Tracker: http://roundup-tracker.org/