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/05/22 10:56:26 UTC

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

Author: gbayon
Date: Sun May 22 01:56:25 2005
New Revision: 171294

URL: http://svn.apache.org/viewcvs?rev=171294&view=rev
Log:
- Updated change log

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

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?rev=171294&r1=171293&r2=171294&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Sun May 22 01:56:25 2005
@@ -12,6 +12,7 @@
 - Added <discriminator> and <subMap> tags for class inheritance support
 - Added nunit category 'NHibernate'
 - Fixed Oracle issues (JIRA-27, JIRA-54, JIRA-56, JIRA-57)
+- Fixed JIRA-69 Added support for global setting in ressource and url attribute
 - Fixed JIRA-66 #value# moniker not recognized when called something else like #ProductId# 
 - Fixed JIRA-60 QueryForMap not calling session.CloseConnection() correctly 
 - Fixed JIRA-51 If a <statement> has a "cacheModel" attribute set and cacheModelsEnabled="false" in SqlMap.config, an DataMapperException is thrown