Author: cbegin
Date: Sun Apr 12 15:49:26 2009
New Revision: 764297

URL: http://svn.apache.org/viewvc?rev=764297&view=rev
Log:
Updated TODO list

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=764297&r1=764296&r2=764297&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/TODO (original)
+++ ibatis/trunk/java/ibatis-3/TODO Sun Apr 12 15:49:26 2009
@@ -1,21 +1,18 @@
-TODO
+###################################
+#          TODO List              #
+###################################
 
-Enhancements
-  * 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
+* 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
+* Statement and Procedure statement type attribute on SQL elements
 
-Testing
-  * Perf/Threaded Integration Tests
-
-
-Dynamic SQL
-
-<where>
-  <choose>
-      <when test>
+* Dynamic SQL XML Parser
+    <where>
+    <set>
+    <prefix insert removeFirst>
+    <foreach item index open close separator>
+    <if test>
+    <choose>
       <when test>
       <otherwise>
-  <if test>
-  <foreach item index open close separator>
-</where>


Reply via email to