Author: cbegin
Date: Wed May 6 02:51:48 2009
New Revision: 772034
URL: http://svn.apache.org/viewvc?rev=772034&view=rev
Log:
updated todo
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=772034&r1=772033&r2=772034&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/TODO (original)
+++ ibatis/trunk/java/ibatis-3/TODO Wed May 6 02:51:48 2009
@@ -2,12 +2,9 @@
# TODO List #
###################################
-* Add resultType automapping option for collections so a resultMap isn' t
required
-* Auto result/param types detected for bound XML statements
-* Named parameter parsing/merging
-* commitRequired option at the statement level
-* Return selectKey or autogen key from session.insert()
+Required:
+* Return selectKey or autogen key from session.insert()
* Dynamic SQL XML Parser
<where>
<set>
@@ -17,3 +14,10 @@
<choose>
<when test>
<otherwise>
+
+Nice to Have:
+
+* Add resultType automapping option for collections so a resultMap isn' t
required
+* Auto result/param types detected for bound XML statements
+* Named parameter parsing/merging
+* commitRequired option at the statement level