You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by rg...@apache.org on 2009/06/27 18:58:37 UTC

svn propchange: r788996 - svn:log

Author: rgrabowski
Revision: 788996
Modified property: svn:log

Modified: svn:log at Sat Jun 27 16:58:37 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun 27 16:58:37 2009
@@ -1,3 +1,3 @@
-Removed classes that extended PostStatementEventArgs but didn't add any functionality.
+Removed classes that extended Pre/PostStatementEventArgs but didn't add any functionality.
 Added missing call to PreparedCommand.Create in MappedStatement.Execute (Sqlite test case works now...SqlServer should too).
 Consolidated RunQueryForList overloads in MappedStatement.QueryForList.