MyBatis useGeneratedKeys and keyProperty with batch upsert results partial key retrieving

MyBatis version3.5.13 (w/ mybatis-spring 3.0.2)Database vendor and version8.0.mysql_aurora.3.06.0 (w/ innodb_version == ...

MyBatis Sometimes getMapper exception

MyBatis version3.5.9Test case or example projectWe have an application, it will start a grpc server, will load all mappe...

MyBatis No operations allowed after statement closed.

already add "&autoReconnect=true" in the mysql url parameterbut exception happened:Error updating database. Cause: j...

MyBatis change List<Object> handleResultSets(Statement stmt) to return Iterable or Stream

Feature request?Please delete the BUG REPORT FORM below and describe the feature.It is a good idea to discuss your chang...

MyBatis A mechanism to allow returning custom collections and/or implementations from mapper functions

I tried using Guava's immutable collections, specifically ImmutableList as return type in mapper functions, but obviousl...

MyBatis Add support for Ahead-of-Time (AOT) compilation

Will be great if Mybatis will generate interfaces implementation at compile time. Something like Micronaut does.https://...

MyBatis graalvm build failure

MyBatis version3.5.9Database vendor and versionmysql 5.7Test case or example projectSteps to reproducemaven include myba...

MyBatis Support the GraalVM

I will propose to support the GraalVM (native-image). I've try to run the demo application using MyBatis 3.5.1 on GraalV...

MyBatis Did the master code compile successfully

Which branch of code is the most stableComment From: triggergunIs the code on the master the latest?Comment From: harawa...

MyBatis BaseJdbcLogger jdbctype=Array The log parameter becomes null

MyBatis version3.5.16The setColum of BaseJdbcLogger records parameter information. When the jdbc type is Array, if Array...

MyBatis 'LIMIT 1 FOR UPDATE' is automatically replaced with 'FOR UPDATE LIMIT 1' in version 3.5.16

MyBatis version3.5.16Database vendor and versionMySQL [5.7.26]Test case or example project @Select({ &quot;&lt;s...

MyBatis Test in ErrorContextTest has no asserts and ignores return values

Lines 28 32 36 40 44 in org.apache.ibatis.executor.ErrorContextTestComment From: harawataThank you for the report, @dk2k...

MyBatis about databaseId

My Advice:Currently I am using a dynamic datasource, the main datasource is pgsql, and the secondary datasource is oracl...

MyBatis Occasionally occurs java.lang.NullPointerException,but retrying fixes it

The issue occurs not only during updates but also intermittently during inserts.The exception message is as follows:org....

MyBatis Incorrect results from mybatis union query when primary key is included in result set!

The following data tables and data are available:SET FOREIGN_KEY_CHECKS=0;-- Table structure for usersDROP TABLE IF EXIS...

MyBatis sql日志的打印

MyBatis version3.5.9Steps to reproduceString logId = id; if (configuration.getLogPrefix() != null) { logId =...

MyBatis https://mybatis.org/mybatis-3/ document is not working correctly

Steps to reproducego to https://mybatis.org/mybatis-3/ websiteExpected resultDocument show correctlyActual resultIt show...

MyBatis Suspected high memory footprint

I have a sample project with more than 2000 tables. When I use Mybatis to load it, and then analyze dump through MAT too...

MyBatis Missing rows when using @Arg and nested objects

Hi, i'm trying to have my query return an object structure. In a similar way ConstructorColumnPrefixTest does, as multip...

MyBatis Multiple Query in One SQL element. Error detecting problem.

Is it possible to detect each error while executing a multi-line query (DML) in the MS-SQL MyBatis environment? It seems...
上一页 下一页
.