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/19 19:59:16 UTC

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

Author: gbayon
Date: Thu May 19 10:59:15 2005
New Revision: 170976

URL: http://svn.apache.org/viewcvs?rev=170976&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=170976&r1=170975&r2=170976&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Thu May 19 10:59:15 2005
@@ -12,11 +12,13 @@
 - 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-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 
 - Fixed JIRA-49 Exceptions such as NotSupportedException not handled gracefully in CreateParametersForStatementText() 
 - Fixed JIRA-47/48/49 providers.config Assumes Types Are In The Same Assembly
 - Fixed JIRA-45 Unable to reference result maps defined in other xml files when useStatementNamespaces is set to true
+- Fixed JIRA-43 IBatisNet.sln contains a reference to a non-existant project: "IBatisNet.Test" 
 - Fixed JIRA-42 Build 1.1.458.0 doesn't automatically map .Net's bool to Sql Server 2000's Bit column type like previous builds did. 
 - Fixed JIRA-38 ParseGlobalProperties raises NullReferenceException if optional "properties" element is missing from sqlmap config file 
 - Fixed JIRA-37 An exception is thrown when a file watch is applied to an embedded resource