MyBatis Bump log4j-core from 2.13.0 to 2.13.1

Bumps log4j-core from 2.13.0 to 2.13.1.Dependabot will resolve any conflicts with this PR as long as you don't alter it ...

MyBatis Bump ognl from 3.2.12 to 3.2.14

Bumps ognl from 3.2.12 to 3.2.14.CommitsSee full diff in compare viewDependabot will resolve any conflicts with this PR ...

MyBatis Bump ognl from 3.2.12 to 3.2.13

Bumps ognl from 3.2.12 to 3.2.13.CommitsSee full diff in compare viewDependabot will resolve any conflicts with this PR ...

MyBatis Use ThreadLocal.withInitial to lazily init ThreadLocal

Use ThreadLocal.withInitial to lazy lazily init ThreadLocal.This makes the code more concise, and is no different from t...

MyBatis mybatis desperate needs nested select in dynamic [MARS stored procedure] combined

Like JPA and most other ORM's, MyBatis suffers from both the N+1 and Cartesian product problems.Consider this example of...

MyBatis fix: bug nested structure function will cause data lost.

descriptionThis is a obvious bug. It will cause data lost.The nested structure function will be affect.For example &...

MyBatis fix: issue1848

it's because CacheKey is same between RankItem{user=User{id=2, name='lisi'}, score=500} and RankItem{user=User{id=3,...

MyBatis Custom TypeHandler doesn't work in Dynamic SQL

MyBatis version3.5.3Database vendor and versionH2Test case or example projecthttps://github.com/Ikki-Dai/mybatis-reprodu...

MyBatis Bump mysql from 1.12.5 to 1.13.0

Bumps mysql from 1.12.5 to 1.13.0.Release notesSourced from mysql's releases.1.13.0What's Changed🚀 FeaturesAdd OrientDB ...

MyBatis Bump junit-jupiter from 1.12.5 to 1.13.0

Bumps junit-jupiter from 1.12.5 to 1.13.0.Release notesSourced from junit-jupiter's releases.1.13.0What's Changed🚀 Featu...

MyBatis Bump postgresql from 1.12.5 to 1.13.0

Bumps postgresql from 1.12.5 to 1.13.0.Release notesSourced from postgresql's releases.1.13.0What's Changed🚀 FeaturesAdd...

MyBatis [ci] Xml tabs to spaces (site/tests)

Minor overall affect but could impact some pull requests. I've had this sitting around since January 20th and it's had ...

MyBatis Refine some code

I find some code to refine using analysis.Comment From: zhangt2333@harawata Thanks for your code review. Your suggestio...

MyBatis Bump mockito-junit-jupiter from 3.2.4 to 3.3.0

Bumps mockito-junit-jupiter from 3.2.4 to 3.3.0.Release notesSourced from mockito-junit-jupiter's releases.v3.3.0Release...

MyBatis missing prepared sql parameters when POJO's attribute is set to 0

MyBatis version3.4.0Database vendor and versionMySQL 5.7.29Test case or example projectpublic class PersonDO { privat...

MyBatis refactor: simplify logical expression

I think it's more intutive now🤔Comment From: harawataThis is a common mistake. :)To make the decision, both stmt.getMore...

MyBatis BUG: Multi-row insert not assigning generated id into property

MyBatis doesn't assign generated id into property on multi-row insert.This mapping not working. id property is always nu...

MyBatis Make tests more stable by adding a test condition

reflector.getSetterType in ReflectorTest can return String, Integer, and boolean these three type. However the test asse...

MyBatis Add columnPrefix to @One and @Many

Comment From: moonService@harawata please check it if you have timeComment From: harawataThanks for the update, @moonSer...

MyBatis <association> with Nested <collection> Returns Unexpected Results

MyBatis version3.4.6Database vendor and versionmysql-connector-java:8.0.19Test case or example projecthttps://github.com...
上一页 下一页
.