玖涯软件开发
Home
Blog
MyBatis Map receive returned incorrect result
2025-01-14 07:37:44
3916
I called the stored procedure from XML. The result returned by the stored procedure contains special characters. The typ...
MyBatis NumberFormatException is thrown if a column label contains brackets and result type is Map
2025-01-14 07:37:35
27055
MyBatis version3.5.15Database vendor and version5.7.42Test case or example projectxml sql is"select (case when subject_n...
MyBatis Column names with a period messes up name mapping
2025-01-14 07:37:33
4129
Edit: I've done a little more testing. It looks like any period in the column name messes it up; spaces have nothing to...
MyBatis Oracle insertions - severe performance degradation when not specifying jdbcType in SQL XML
2025-01-14 07:37:30
8678
MyBatis version3.x.xDatabase vendor and versionOracle 19cTest case or example projecthttps://github.com/tbcrawford/sprin...
MyBatis Mybatis should determine javaType via reflection
2025-01-14 07:37:27
2761
Let's assume I have the following bean / mapper interface.@Mapperpublic interface MyBeanMapper { int updateMyBean(MyBe...
MyBatis The result set must contain headers
2025-01-14 07:37:24
767
MyBatis version3.5.5Database vendor and version5.7.42Test case or example projectSteps to reproduceWhen using mybatis to...
MyBatis docs: fix typos in the markdown
2025-01-14 07:11:46
290
Hi, I found some typos in the document.Comment From: hazendaz@YouChuanlong Thank you!Comment From: coverallscoverage: 86...
MyBatis fixed issue#3062
2025-01-14 07:11:41
953
I have made a custom extension to the map. If you need to return a specified column name without any other processing, s...
MyBatis Fixed issue #3062
2025-01-14 07:11:39
601
modify MapWrapper.class, Using regular expressions to determine index does not affect the original logic public void se...
MyBatis Update dependency com.mysql:mysql-connector-j to v8.3.0
2025-01-14 07:11:36
1069
This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidencecom.mysql:mysql-connector-j (source)8.2....
MyBatis Update actions/cache action to v4
2025-01-14 07:11:25
959
This PR contains the following updates:PackageTypeUpdateChangeactions/cacheactionmajorv3 -> v4Release Notesactions/ca...
MyBatis Update mockito monorepo to v5.9.0
2025-01-14 07:11:19
3589
This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.mockito:mockito-junit-jupiter5.8.0 -...
MyBatis Missing acquireLock(key)
2025-01-14 07:10:55
238
https://github.com/mybatis/mybatis-3/blob/edae2ed341f4f58f379ca6e2b971721565583301/src/main/java/org/apache/ibatis/cache...
MyBatis select error
2025-01-14 07:10:52
1548
Error querying database. Cause: java.sql.SQLException: Incorrect arguments to mysqld_stmt_executeThe error may exist in ...
MyBatis NullPointerException occurred occasionally when parallel query database. Simile with issue#2961
2025-01-14 07:10:47
1244
mybatis version: 3.5.5mybatis-spring: 2.0.5This NullPointerException happened two times when parallel query database. Th...
MyBatis Update dependency org.slf4j:slf4j-api to v2.0.11
2025-01-14 07:10:45
823
This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.slf4j:slf4j-api (source)2.0.10 ->...
MyBatis Convert the doc format from XDOC to Markdown
2025-01-14 07:10:33
2632
Now, .md is more popular in GitHub. And some mybatis projects use it.I think we can do something with it.Comment From: x...
MyBatis Update dependency org.assertj:assertj-core to v3.25.1
2025-01-14 07:10:30
833
This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.assertj:assertj-core (source)3.25.0 ...
MyBatis refactor: optimize cache code architeture
2025-01-14 07:10:19
965
I think refactored code can reduce code redundancyComment From: hazendazseems mostly good but what about the hash, equal...
MyBatis Update dependency org.assertj:assertj-core to v3.25.0
2025-01-14 07:10:16
836
This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.assertj:assertj-core (source)3.24.2 ...
上一页
下一页
1
…
1006
1007
1008
1009
1010
…
2246
.