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 2006/07/05 18:18:05 UTC

svn commit: r419270 - in /ibatis/trunk/cs/mapper: IBatisNet.DataAccess/ChangeLog.txt IBatisNet.DataMapper/ChangeLog.txt

Author: gbayon
Date: Wed Jul  5 09:18:04 2006
New Revision: 419270

URL: http://svn.apache.org/viewvc?rev=419270&view=rev
Log:
Update change log

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

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt?rev=419270&r1=419269&r2=419270&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt Wed Jul  5 09:18:04 2006
@@ -1,7 +1,7 @@
 IBatisNet DataAccess Change Log
 
 ------------------------------
-1.8 - DD/MM/AAAA
+1.8 - 05/07/2006 BETA
 ------------------------------
 - Added IDaoManager interface to simplify mock or stub, methods returning DaoManager instance now return IDaoManager DaoManager.
 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?rev=419270&r1=419269&r2=419270&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Wed Jul  5 09:18:04 2006
@@ -1,9 +1,10 @@
 IBatisNet Change Log
 
 ------------------------------
-1.5 - XX/XX/XXX
+1.5 - 05/07/2006 BETA
 ------------------------------
 Issues
+- IBATISNET-163 : Missing datatype can throw null pointer exception 
 - IBATISNET-158 : Add support for generic type in TypeAssemblyInfo
 - IBATISNET-151 : Pre-load stored procedure parameters should use the already-open connection 
 - IBATISNET-145 : Make NoOpLoggerFA the default logger when logging config is missing or malformed. Allow FactoryAdapter to be set by the application
@@ -14,6 +15,9 @@
 - IBATISNET-137 : TypeHandlers for "System.Nullable(Of" fails with custom types  
 
 Improvements/Changes
+- IBATISNET-165 : Getting return value generatedKeys from stored procedures in inserts 
+- IBATISNET-162 : Ability to override the default result object creation mechanism 
+- IBATISNET-161 : Update log4net to last stable version 1.2.10 
 - IBATISNET-156 : Added support for MARS  
 				  Added allowMARS attribute on provider tag (used by SqlServer 2005, PostgreSQL).
 - IBATISNET-155 Allow Constructor Initialization on resultMap