MyBatis ResultMap由于重复映射产生的全小写property,高版本映射到PO类失败

问题复现<resultMap id="BaseResultMap" type="com.xxx.Student"> <id column="student_id&qu...

MyBatis knownMappers is using class object as key of map

Hi, from the source code:public class MapperRegistry { private final Configuration config; private final Map<Class&...

MyBatis map value

Feature requestIn daily query, only the key of the map can be defined. I hope that the value of the map can also be defi...

MyBatis ProviderSqlSource#createSqlSource passed a wrong type to languageDriver#createSqlSource

mybatis: latestAfter I use mybaits-generator to generate dynamic-sqlso it will use ProviderSqlSource, the parameterObjec...

MyBatis cacheEnabled bypasses BATCH mode

cacheEnabled is true by defaultWhen specifying a default executor type of BATCH, it is not used if cacheEnabled is true,...

MyBatis Select fails to retrieve all the expected rows, are parameters not being set correctly?

I have a Mybatis select that uses two parameters that are collections. The first collection passes in multiple Integers,...

MyBatis <bind> should behave like a local variable inside <foreach>

I found the following problem and report it.If I have time, I will fix it and create a pull request.MyBatis version3.5.1...

MyBatis SQL parameter substitution functionality differs substantially from string substitution functionality

In both the user guide (http://mybatis.github.io/mybatis-3/sqlmap-xml.html#Parameters) and the GitHub FAQ (https://githu...

MyBatis Support of nested cursors

Hello!Can myBatis support oracle nested cursors ? https://docs.oracle.com/cd/B19306_01/server.102/b14200/expressions005....

MyBatis 在xml中的判断条件不生效的问题

&lt;if test=&quot;query.tenantId != null and query.tenantId != '' and query.tenantId != '0'&quot;&gt; AND...

MyBatis Error occurred when I try to "INSERT INTO ~ ON DUPLICATE KEY UPDATE" with useGeneratedKeys.

MyBatis version3.5.1Database vendor and versionMySQL 5.6Test case or example projectTable schemeCREATE TABLE `Animal` ( ...

MyBatis Issue with useGeneratedKeys in MyBatis When Using foreach and ON DUPLICATE KEY UPDATE

Dear MyBatis Team,I hope this message finds you well. Thank you for your continued efforts in maintaining and improving ...

MyBatis queryCusor() fails in streaming mode of MySQL Connector/J (fetchSize=Integer.MIN_VALUE)

MyBatis version3.5.xDatabase vendor and versionmysql mysql-connector-java-5.1.48Test case or example project @Opti...

MyBatis Support preventing and reporting feature for SQL injection

I want the feature that was implemented in #1953.But it's already closed by this message:Um...this feature seems to disc...

MyBatis Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.This repos...

MyBatis log cost time

like==&gt; Preparing: select...==&gt; Parameters: ...&lt;== Total: 1, cost time: 1130msComment From: harawataHello @LinW...

MyBatis Use Connection.isValid() in PooledDataSource or PooledConnection

PooledDataSource.pingConnection() should be simplified to use the real connection's isValid() method (leave the old code...

MyBatis For Custom VFS logging

The solution is:org.apache.ibatis.builder.xml.XMLConfigBuilder#parseConfiguration, move XMLConfigBuilder#loadCustomLogIm...

MyBatis using information_schema.parameters to populate StatementType=CALLABLE parameters

With mybatis code like:// annotated @Select({ "{call sptest.adder(", "#{addend1,jdbcType=INTEGER,mode=IN},", "#{addend2...

MyBatis support more statement in SQL Builder

Feature requestCurrently the SQL builder in MyBatis only support INSERT, UPDATE, SELECT, DELETE. However, sometimes we w...

下一页
.