玖涯软件开发
Home
Blog
MyBatis useGeneratedKeys and keyProperty with batch upsert results partial key retrieving
2025-01-14 07:40:36
2330
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
2025-01-14 07:40:33
8295
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.
2025-01-14 07:40:31
45097
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
2025-01-14 07:40:28
1762
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
2025-01-14 07:40:22
502
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
2025-01-14 07:40:17
1208
Will be great if Mybatis will generate interfaces implementation at compile time. Something like Micronaut does.https://...
MyBatis graalvm build failure
2025-01-14 07:40:14
4634
MyBatis version3.5.9Database vendor and versionmysql 5.7Test case or example projectSteps to reproducemaven include myba...
MyBatis Support the GraalVM
2025-01-14 07:40:12
5102
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
2025-01-14 07:40:09
452
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
2025-01-14 07:40:06
515
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
2025-01-14 07:40:04
3728
MyBatis version3.5.16Database vendor and versionMySQL [5.7.26]Test case or example project @Select({ "<s...
MyBatis Test in ErrorContextTest has no asserts and ignores return values
2025-01-14 07:40:01
295
Lines 28 32 36 40 44 in org.apache.ibatis.executor.ErrorContextTestComment From: harawataThank you for the report, @dk2k...
MyBatis about databaseId
2025-01-14 07:39:58
777
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
2025-01-14 07:39:56
3519
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!
2025-01-14 07:39:53
11719
The following data tables and data are available:SET FOREIGN_KEY_CHECKS=0;-- Table structure for usersDROP TABLE IF EXIS...
MyBatis sql日志的打印
2025-01-14 07:39:51
569
MyBatis version3.5.9Steps to reproduceString logId = id; if (configuration.getLogPrefix() != null) { logId =...
MyBatis https://mybatis.org/mybatis-3/ document is not working correctly
2025-01-14 07:39:46
202
Steps to reproducego to https://mybatis.org/mybatis-3/ websiteExpected resultDocument show correctlyActual resultIt show...
MyBatis Suspected high memory footprint
2025-01-14 07:39:44
984
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
2025-01-14 07:39:14
5802
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.
2025-01-14 07:39:11
1727
Is it possible to detect each error while executing a multi-line query (DML) in the MS-SQL MyBatis environment? It seems...
上一页
下一页
1
…
1004
1005
1006
1007
1008
…
2246
.