chanxianzhong / mybatisnet

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

Patch for /trunk/src/MyBatis.DataMapper/Configuration/Interpreters/Config/Xml/Processor/Handlers/ProcessStatementElement.cs #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
line 41 "element.Attributes[ConfigConstants.ATTRIBUTE_ID]);"
it only adds the id without adding ApplyNamespace.
When we set the same statement id in different sqlmap files,it will remove one 
of them.

Original issue reported on code.google.com by arhyb...@gmail.com on 28 Feb 2012 at 12:44

Attachments: