New Release - ObjectMapper .NET 0.99.411.0
Posted by Gerhard Stephan on May 11th, 2006
This release is primary a bug fix for Microsoft SQL Server and Access Database Persister. Querying an aggregated ValueObject ended up in an exception thrown by the persister. The problem was that the Id has not been used to query the table - the persister did use the object itself to build the query. Needless to say that this wasn't quite a good idea, because the persister used the object reference to query a GUID column in database.
But now everything should be fine again.

May 13th, 2006 at 4:28 pm
Great Gerhard
Carl!