Mercurial > p > roundup > code
diff CHANGES.txt @ 4430:f2f2904fe6ce
- refactor: move import_journal to hyperdb
.-- it was reimplemented in back_anydbm and rdbms_common and was
already inconsistent -- and it doen't have any backend dependencies
itself. Interestingly this now fails a test for memorydb (but
passes for anydbm: Huh?)
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Oct 2010 12:22:10 +0000 |
| parents | d75e92fbfcca |
| children | 1fd51bdf6054 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Oct 07 12:02:12 2010 +0000 +++ b/CHANGES.txt Thu Oct 07 12:22:10 2010 +0000 @@ -44,8 +44,7 @@ Thanks to Benni Bärmann for reporting. - Allow search_popup macro to work with all db classes, issue2550567 (thanks John Kristensen) -- lower memory footprint for (journal-) import -- only for rdbms - backends, other backends shouldn't have that much data anyway. +- lower memory footprint for (journal-) import 2010-07-12 1.4.15
