Mercurial > p > roundup > code
comparison CHANGES.txt @ 4448:2784c239e6c8
clear the cache on commit for rdbms backends:
Don't carry over cached values from one transaction to the next (there
may be other changes from other transactions) see new ConcurrentDBTest
for a read-modify-update cycle that fails with the old caching
behavior.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 22 Oct 2010 14:14:26 +0000 |
| parents | 80a9295a60fd |
| children | 3f251efd5f48 |
comparison
equal
deleted
inserted
replaced
| 4447:9d37875416c3 | 4448:2784c239e6c8 |
|---|---|
| 18 crafting a clever search, group or sort query. | 18 crafting a clever search, group or sort query. |
| 19 see doc/upgrading.txt for how to fix your trackers! (Ralf Schlatterbeck). | 19 see doc/upgrading.txt for how to fix your trackers! (Ralf Schlatterbeck). |
| 20 - Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke). | 20 - Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke). |
| 21 - XML-RPC documentation now linked from the docs/index (Bernhard Reiter). | 21 - XML-RPC documentation now linked from the docs/index (Bernhard Reiter). |
| 22 - Fix setting of sys.path when importing schema.py, fixes issue2550675, | 22 - Fix setting of sys.path when importing schema.py, fixes issue2550675, |
| 23 thanks to Bryce L Nordgren for reporting. | 23 thanks to Bryce L Nordgren for reporting. (Ralf Schlatterbeck) |
| 24 - clear the cache on commit for rdbms backends: Don't carry over cached | |
| 25 values from one transaction to the next (there may be other changes | |
| 26 from other transactions) see new ConcurrentDBTest for a | |
| 27 read-modify-update cycle that fails with the old caching behavior. | |
| 28 (Ralf Schlatterbeck) | |
| 24 | 29 |
| 25 2010-10-08 1.4.16 (r4541) | 30 2010-10-08 1.4.16 (r4541) |
| 26 | 31 |
| 27 Features: | 32 Features: |
| 28 | 33 |
