MyBatis Map receive returned incorrect result

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

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

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

MyBatis version3.x.xDatabase vendor and versionOracle 19cTest case or example projecthttps://github.com/tbcrawford/sprin...

MyBatis Mybatis should determine javaType via reflection

Let's assume I have the following bean / mapper interface.@Mapperpublic interface MyBeanMapper { int updateMyBean(MyBe...

MyBatis The result set must contain headers

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

Hi, I found some typos in the document.Comment From: hazendaz@YouChuanlong Thank you!Comment From: coverallscoverage: 86...

MyBatis fixed issue#3062

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

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

This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidencecom.mysql:mysql-connector-j (source)8.2....

MyBatis Update actions/cache action to v4

This PR contains the following updates:PackageTypeUpdateChangeactions/cacheactionmajorv3 -> v4Release Notesactions/ca...

MyBatis Update mockito monorepo to v5.9.0

This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.mockito:mockito-junit-jupiter5.8.0 -...

MyBatis Missing acquireLock(key)

https://github.com/mybatis/mybatis-3/blob/edae2ed341f4f58f379ca6e2b971721565583301/src/main/java/org/apache/ibatis/cache...

MyBatis select error

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

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

This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.slf4j:slf4j-api (source)2.0.10 ->...

MyBatis Convert the doc format from XDOC to Markdown

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

This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.assertj:assertj-core (source)3.25.0 ...

MyBatis refactor: optimize cache code architeture

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

This PR contains the following updates:PackageChangeAgeAdoptionPassingConfidenceorg.assertj:assertj-core (source)3.24.2 ...
上一页 下一页
.