Mercurial > p > roundup > code
diff CHANGES.txt @ 3688:722ab52d47fc
added filter_sql to SQL backends which takes an arbitrary SQL statement...
...and returns a list of item ids
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 29 Aug 2006 04:32:49 +0000 |
| parents | ff9f4ca42454 |
| children | 78a3ececd102 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Aug 29 04:20:50 2006 +0000 +++ b/CHANGES.txt Tue Aug 29 04:32:49 2006 +0000 @@ -20,6 +20,8 @@ backends - sorting, grouping, and searching by transitive properties (e.g., messages.author.supervisor) is now supported in all backends +- added filter_sql to SQL backends which takes an arbitrary SQL statement + and returns a list of item ids Fixed: - Verbose option for import and export (sf bug 1505645)
