| Software: |
ObjectMapper .NET 2.3.2607.0
|
| Update date: |
2008-03-07 04:33:00 |
| Release Notes: |
Features:
- Support of the aggregate functions (Avg, Count, First, Last, Max, Min and Sum)
- Support of Group By Clause
- The new features have been implemented for .NET 2005 and .NET 2008 using Linq
- Added Unicode support for Oracle, SqlServer and SqlServerCE.
To use this new feature, properties must be tagged with the [Unicode] attribute.
Changes:
- Refactoring the ObjectMapper .NET Attributes.
BugFixes:
- Fixed: Table name hasn't been quoted when executing an update sql.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.2.2519.0
|
| Update date: |
2008-02-20 05:48:00 |
| Release Notes: |
Changes:
BugFixes:
- Changed ShortName Creation of the Repository EntityInfo class to prevent duplicated shortnames when having many classes with almost the same class name.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.2.2430.0
|
| Update date: |
2008-01-31 05:35:00 |
| Release Notes: |
Changes:
- Added a new Attribute called "View" to identify a class as database view. This has been necessary since database views have to be handled slidly different to database tables.
- If no primary key is defined within a class or interface, aggregated entites or interfaces will always be mapped to a GUID as primary key.
- New SqlFile ExecuteScript Method to enable the user to react on thrown exceptions.
BugFixes:
_ Exposed an empty table set for the With-Clause. This is for preventing the Parent SQL to use the tables of the With-Clause within the own From-Clause. Before fixing this bug, a cartesian product could be possible when using the With-Clause.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.2.2418.0
|
| Update date: |
2008-01-18 05:22:00 |
| Release Notes: |
Changes:
- Added a new View Attribute to identify a class as database view.
This has been necessary since database views have to be handled slidly different to database tables.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.1.2414.0
|
| Update date: |
2008-01-15 05:44:00 |
| Release Notes: |
New Features:
- Added a new persister for the Sql Server Version 2000.
- Added a new method called "DeleteRecursive" in order to delete subsequent objects.
Changes:
- Rework of the ObjectMapper .NET Code parts to be FxCop conform.
- Created new base classes in order to consolidate some parts of the code.
- Changed Method Parameters for Type Collections from IList to List Type
- Removed Duplicated Code
- Added a new abstract persister for all Microsoft based persisters.
Oracle:
- Add ROWID to Orderby to prevent wrong sort order when multiple rows have the same sort value in database.
Bug Fixes:
- Persister for Sql Server CE can now query "SELECT distinct ...". In previous releases this caused an exception.
- Virtual Links will now correctly quoted.
- SelectIds on XmlPersister will now work even if the target object is not defined within the XML file.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.0.2307.0
|
| Update date: |
2007-12-08 07:40:00 |
| Release Notes: |
New features:
- Added a new implementation for the sql with clause.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 2.0.2129.0
|
| Update date: |
2007-10-31 07:17:00 |
| Release Notes: |
New features:
- Added a first LINQ Implementation using the AdFactum ObjectMapper .NET
Changes:
- Remove .NET 2003 Implementation and change internal collections to generics.
Bug Fix:
- Fixed the XML Persister which could not store aggregated objects before.
- Fixed smaller bugs regarding use of different primary keys.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 1.90.1917.0
|
| Update date: |
2007-09-22 09:44:00 |
| Release Notes: |
New features:
- Added a universal OBM (ObjectMapper .NET Manager Class) with multi threading, nested transaction support and performance improved object creation interface.
Changes:
- Added Disposable Pattern
Bug Fix:
- Added parenthesis to order by clause. (Fix 1793851)
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 1.80.1811.0
|
| Update date: |
2007-07-12 18:38:00 |
| Release Notes: |
New Features:
- The [DefaultValue] attribute is now supported by the AdFactum ObjectMapper .NET
Bug Fixes:
- Fixed a bug that occured when writing the repository and the length of the table name had less than 3 characters.
- Character Fields has every time been updated, even if no data change has occured.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |
| Software: |
ObjectMapper .NET 1.50.1419.0
|
| Update date: |
2007-03-22 16:33:00 |
| Release Notes: |
Enhancements:
- Added the ability to load child objects of properties which are tagged with the [GeneralLink] attribute when using the GetNestedObject method.
- Added new methods to access nested objects and nested collections using the global parameter dictionary.
- Removed the child type parameter from Method GetNestedCollection. Also this method can now resolve nested collections that is using the GeneralLink attribute.
For detailed information what changed have a look at the blog at http://blog.objectmapper.net |