Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/design.txt Tue Oct 03 23:28:51 2006 +0000 +++ b/doc/design.txt Wed Oct 04 01:12:00 2006 +0000 @@ -490,11 +490,11 @@ 1. String properties must match all elements in the list, and 2. Other properties must match any of the elements in the list. - Note that now the propname in filterspec and prop in a - sort/group spec may be transitive, i.e., it may contain - properties of the form link.link.link.name, e.g. you can search - for all issues where a message was added by a certain user in - the last week with a filterspec of + The propname in filterspec and prop in a sort/group spec may be + transitive, i.e., it may contain properties of the form + link.link.link.name, e.g. you can search for all issues where + a message was added by a certain user in the last week with a + filterspec of {'messages.author' : '42', 'messages.creation' : '.-1w;'} """
