You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/10/26 20:05:10 UTC

svn commit: r328695 - /ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt

Author: gbayon
Date: Wed Oct 26 11:05:04 2005
New Revision: 328695

URL: http://svn.apache.org/viewcvs?rev=328695&view=rev
Log:
- Update changelog

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?rev=328695&r1=328694&r2=328695&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Wed Oct 26 11:05:04 2005
@@ -3,6 +3,10 @@
 ------------------------------
 1.3 - XX/XX/XXXX
 ------------------------------
+- - Added support for Implicit Result Maps as
+    <result property='author.firstName’ column=” Persons.FirstName”/>
+or
+   SELECT    Persons.FirstName as 'author.firstName’
 - Added support to relation 1:0
 - Updated to log4net V1.2.9
 - Updated to Castle.DynamicProxy V1.1.5.0