You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2009/07/28 05:54:48 UTC

svn commit: r798389 - /ibatis/trunk/java/ibatis-3/TODO

Author: cbegin
Date: Tue Jul 28 03:54:48 2009
New Revision: 798389

URL: http://svn.apache.org/viewvc?rev=798389&view=rev
Log:
added todo items for nullable equals element and foreach index fix.

Modified:
    ibatis/trunk/java/ibatis-3/TODO

Modified: ibatis/trunk/java/ibatis-3/TODO
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/TODO?rev=798389&r1=798388&r2=798389&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/TODO (original)
+++ ibatis/trunk/java/ibatis-3/TODO Tue Jul 28 03:54:48 2009
@@ -2,6 +2,10 @@
 #          TO-DO List             #
 ###################################
 
+Required:
+  * Fix #{index} references in foreach (2,2,2)...
+  * Add <e param=""> and <ne param=""> for nullable equals and not equals (= vs. is conversion)
+
 Nice to Have:
 
   * Preserve select key id on failed statement (refactor keygenerator interface)