chanxianzhong / mybatisnet

Automatically exported from code.google.com/p/mybatisnet
0 stars 0 forks source link

Include tag with sql statement #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the MyBatis.NET are you using?
1.6

Please describe the problem.  Unit tests are best!
i am not able to use include tag dynamically

What is the expected output? What do you see instead?
how to use include tag dynamically

Please provide any additional information below.
<sql id="listField1" >
              <iterate property="cols" conjunction=", ">
                  cols =$cols[]$
              </iterate>
</sql>

Original issue reported on code.google.com by psravant...@gmail.com on 6 Jun 2013 at 2:06