Mercurial > p > roundup > code
diff CHANGES.txt @ 5869:16e1255b16cf
Implement limit and offset for filter
These map to the corresponding SQL parameters for the SQL backends.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 26 Aug 2019 20:23:53 +0200 |
| parents | ee2e8f8d6648 |
| children | 716d50585c8d |
line wrap: on
line diff
--- a/CHANGES.txt Mon Aug 26 18:19:09 2019 +0200 +++ b/CHANGES.txt Mon Aug 26 20:23:53 2019 +0200 @@ -85,7 +85,9 @@ - issue2551043: Add X-Roundup-issue-id email header. Add a new header to make it easier to filter notification emails without having to parse the subject line. (John Rouillard) -- The database filter function now can also do an exact string search. +- The database filter method now can also do an exact string search. +- The database filter method now has limit and offset parameters that + map to the corresponging parameters of SQL. Fixed:
