Mercurial > p > roundup > code
diff CHANGES.txt @ 2082:c091cacdc505
Finished implementation of session and one-time-key stores for RDBMS backends.
Refactored the API of sessions and their interaction with the
backend database a fair bit too.
Added some session tests. Nothing testing ageing yet, 'cos that's a pain
inna ass to test :)
Note: metakit backend still uses the *dbm implementation. It might
want to implement its own session store some day, as it'll be faster than
the *dbm one.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 18 Mar 2004 01:58:46 +0000 |
| parents | 3e0961d6d44d |
| children | a94eacad51c8 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 17 22:01:37 2004 +0000 +++ b/CHANGES.txt Thu Mar 18 01:58:46 2004 +0000 @@ -13,6 +13,7 @@ - added postgresql backend (originally from sf patch 761740, many changes since) - all RDBMS backends now have indexes on several columns +- RDBMS backends implement their session and one-time-key stores - change nosymessage and send_message to accept msgid=None (RFE #707235). - handle Resent-From: headers (sf bug 841151) - always sort MultilinkHTMLProperty in the correct order, usually
