Nineya
Home
Blog
MyBatis Bump log4j-core from 2.13.0 to 2.13.1
2025-01-14 06:51:03
2322
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
2025-01-14 06:50:59
2352
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
2025-01-14 06:50:55
2409
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
2025-01-14 06:50:50
222
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
2025-01-14 06:50:48
2977
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.
2025-01-14 06:50:46
1060
descriptionThis is a obvious bug. It will cause data lost.The nested structure function will be affect.For example &...
MyBatis fix: issue1848
2025-01-14 06:50:43
720
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
2025-01-14 06:50:40
2831
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
2025-01-14 06:50:38
7756
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
2025-01-14 06:50:33
7780
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
2025-01-14 06:50:29
7771
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)
2025-01-14 06:50:25
4892
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
2025-01-14 06:50:23
177
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
2025-01-14 06:50:20
5213
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
2025-01-14 06:49:48
1646
MyBatis version3.4.0Database vendor and versionMySQL 5.7.29Test case or example projectpublic class PersonDO { privat...
MyBatis refactor: simplify logical expression
2025-01-14 06:49:45
188
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
2025-01-14 06:49:42
4583
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
2025-01-14 06:49:39
333
reflector.getSetterType in ReflectorTest can return String, Integer, and boolean these three type. However the test asse...
MyBatis Add columnPrefix to @One and @Many
2025-01-14 06:49:36
308
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
2025-01-14 06:49:34
5999
MyBatis version3.4.6Database vendor and versionmysql-connector-java:8.0.19Test case or example projecthttps://github.com...
上一页
下一页
1
…
1018
1019
1020
1021
1022
…
2246
.