Mercurial > p > roundup > code
diff CHANGES.txt @ 1873:f63aa57386b0
Backend improvements.
- using Zope3's test runner now, allowing GC checks, nicer controls and
coverage analysis
- all RDMBS backends now have indexes on several columns
- added testing of schema mutation, fixed rdbms backends handling of a
couple of cases
- !BETA! added postgresql backend, needs work !BETA!
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 25 Oct 2003 22:53:26 +0000 |
| parents | 969a14faf707 |
| children | 4a77e5c0cd57 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Oct 25 12:33:11 2003 +0000 +++ b/CHANGES.txt Sat Oct 25 22:53:26 2003 +0000 @@ -5,9 +5,15 @@ Feature: - support confirming registration by replying to the email (sf bug 763668) - support setgid and running on port < 1024 (sf patch 777528) +- using Zope3's test runner now, allowing GC checks, nicer controls and + coverage analysis +- !BETA! added postgresql backend, needs work !BETA! +- all RDMBS backends now have indexes on several columns Fixed: - mysql documentation fixed to note requirement of 4.0+ and InnoDB +- added testing of schema mutation, fixed rdbms backends handling of a + couple of cases 2003-10-?? 0.6.3
