ibatis2mybatis icon indicating copy to clipboard operation
ibatis2mybatis copied to clipboard

Tool to convert iBATIS 2 xml files to MyBatis3

Results 5 ibatis2mybatis issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mybatis/ibatis2mybatis). ## Open The following updates have all...

I was forced to make some changes because my work machine doesn't have outside internet access. I needed to use cached dtd. I pulled all of the dtd from mybatis.org...

I have a problem:When <result select=""> is converted to <association>, the <association> is not at the end source ```xml ``` destination ```xml ``` output ```cmd PS C:\download\ibatis2mybatis-master> ant Buildfile: build.xml...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [maven-wrapper](https://maven.apache.org/tools/wrapper/) ([source](https://redirect.github.com/apache/maven-wrapper)) | `3.3.2` -> `3.3.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.wrapper:maven-wrapper/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.wrapper:maven-wrapper/3.3.2/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

Ibatis used to allow type-specified variable replacements as follows: `#varName:DECIMAL#` It looks like only one of these types is translated (VARCHAR). So `#myText:VARCHAR#` translates to `#{myText,jdbcType=VARCHAR}`, but the above example...