Mercurial > p > roundup > code
diff CHANGES.txt @ 2244:ac4f295499a4
fixed journal marshalling in RDBMS backends [SF#943627]
fixed handling of key values starting with numbers [SF#941363]
fixed journal "param" column size in RDBMS backends
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 02 May 2004 23:16:05 +0000 |
| parents | 20507f6759fc |
| children | 9db7d2842222 |
line wrap: on
line diff
--- a/CHANGES.txt Sat May 01 08:19:00 2004 +0000 +++ b/CHANGES.txt Sun May 02 23:16:05 2004 +0000 @@ -10,6 +10,9 @@ - fix nested scope bug in rdbms multilink sorting - re-seed the random number generator for each request - postgresql backend altered to not use popen (thanks Georges Martin) +- fixed journal marshalling in RDBMS backends (sf bug 943627) +- fixed handling of key values starting with numbers (sf bug 941363) +- fixed journal "param" column size in RDBMS backends 2004-04-18 0.7.0b3
