Mercurial > p > roundup > code
diff CHANGES.txt @ 3826:bf2e9535da00
Journal and database testing.
- Add to Import/Export test to also test that journals are correctly
retrieved
- Fix a bug in anydbm backend that didn't export journal 'set' actions
where the previous value was None -- all other backends export them
correctly so I consider this a bug of anydbm
- Fix journal import/export of Date and Interval for metakit
- Fix journal import of Password for metakit
- Fix setting of Password oldvalue for metakit -- this would be written
as the string "None" instead of the value None. Note that existing
databases *will* have wrong log-entries. Since this is only for
passwords -- and old passwords aren't of much importance -- I consider
this fix to be enough... This fix makes the Journal import/export test
run for metakit.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 14 Mar 2007 15:23:11 +0000 |
| parents | 2a60b68985db |
| children | a48c514c465f |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 14 15:07:24 2007 +0000 +++ b/CHANGES.txt Wed Mar 14 15:23:11 2007 +0000 @@ -7,6 +7,8 @@ still limited to 1970-2038. Fixed: - Handling of unset Link search in RDBMS backend +- Journal import/export for metakit backend +- Journal export of anydbm didn't correctly export previously empty values 2007-02-15 1.3.3
