IBATIS.NET change proposal

2008-06-17 Thread Christopher DeGuise
Hi All, I would like to alter how aggregate containers are returned from the cache. The essential issues is that the aggregate container that is returned from the cache is the same container that is cached. Thus any changes to the container will impact the cache until it expires and is reloaded.

Re: IBATIS.NET change proposal

2008-06-17 Thread Gilles Bayon
Hi Christopher Can you give a real example of your problem, what you are expected and the patch ? -- Cheers, Gilles

Re: IBATIS.NET change proposal

2008-06-17 Thread Christopher DeGuise
Sure, I have attached a patch file that has the changes and a unit test that shows my issue. I have included the test in line as well for discussion. This test would fail in the current code base. /// /// Tests handling of Aggregate results from cache. /// /// The