Author: gbayon
Date: Wed Sep 13 11:42:13 2006
New Revision: 443067
URL: http://svn.apache.org/viewvc?view=rev&rev=443067
Log:
Updated change log
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj?view=diff&rev=443067&r1=443066&r2=443067
==============================================================================
---
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj
(original)
+++
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj
Wed Sep 13 11:42:13 2006
@@ -1073,6 +1073,10 @@
BuildAction = "Content"
/>
<File
+ RelPath = "Scripts\MSSQL\ps_SelectAllAccount.sql"
+ BuildAction = "Content"
+ />
+ <File
RelPath = "Scripts\MSSQL\README-embed-param.txt"
BuildAction = "Content"
/>
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?view=diff&rev=443067&r1=443066&r2=443067
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Wed Sep 13
11:42:13 2006
@@ -4,7 +4,8 @@
1.6.0 - BETA
------------------------------
Issues
-
+ - IBATISNET-179 : Allow procedure statement without parameterMap
+
Improvements/Changes
- IBATISNET-180 : Extends use of ISqlMapper in DataMapper + allow use of a
custom ISqlMapper