玖涯软件开发
Home
Blog
MyBatis Potential Express Injection Vulnerability
2025-01-14 07:41:44
6116
Problem StatementIn the MyBatis framework, the ExpressionEvaluator module uses OGNL to evaluate the values of expression...
MyBatis Get IllegalStateException when putting an object into the BlockingCache
2025-01-14 07:41:32
1651
Bug report?When I create a BlockingCache and try to putObject, I get an error IllegalStateException("Detected an attempt...
MyBatis While reading result set into java records mapping types are resolved incorrectly
2025-01-14 07:41:29
11776
When querying data I get this exception for incorrect enum value.Here are my result mappings:And here is the problem - c...
MyBatis Using cursor causes OOM
2025-01-14 07:41:21
6836
Сursors in certain circumstances became useless, because hold all the data in the memory, causing OOM:- on large number ...
MyBatis Cache is still used when setting useCache as false
2025-01-14 07:41:19
6135
MyBatis version3.5.17Database vendor and versionPostgreSQL 16.4Steps to reproduceEnable the statement logs in Postgresql...
MyBatis There is an issue with MappedStatement.getBondSql. BoundSql has been rewritten, but because SQL itself does not have parameters, BoundSQL has been restored
2025-01-14 07:41:16
317
MyBatis version3.x.xDatabase vendor and versionTest case or example projectSteps to reproduceExpected resultActual resul...
MyBatis Can typehandler be separated from mybatis?
2025-01-14 07:41:13
2287
I have already open sourced a framework called "mybatis-mp" based on mybatis. My entity class annotations need to rely o...
MyBatis NClobTypeHandler should call setNCharacterStream instead of setCharacterStream
2025-01-14 07:41:11
1407
I'm not a native English speaker, and my English is poor.The following content is translated using gpt.my database chara...
MyBatis Statement.closeOnCompletion result in MySql Server memory leak
2025-01-14 07:41:08
1560
MyBatis version3.5.xDatabase vendor and versionmysql 8Test case or example projectsince Mybatis 3.5.x, SimpleExecutor.do...
MyBatis DB_VENDOR returns null when no properties is specified in XML config
2025-01-14 07:41:06
274
When no <property /> is specified, the DB_VENDOR implementation should return the database product name [1], howev...
MyBatis Merge Scripting and Parameterization phases in dynamic sql
2025-01-14 07:41:04
4225
Currently dynamic sql is managed in two phases, one for scripting and one for sql parameterization. This leads to two di...
MyBatis Website links to outdated blog
2025-01-14 07:41:01
605
N/A on the formWhen I go to https://mybatis.org/mybatis-3/ the MyBatis link in the top right goes to https://blog.mybati...
MyBatis Security policy
2025-01-14 07:40:58
814
For security-conscious and especially commercial entities, a SECURITY.md file which shows up in the Github Security tab ...
MyBatis Issue with <where> tag not filtering the first AND or OR when immediately followed by a left parenthesis
2025-01-14 07:40:56
2031
Dear MyBatis Team,I am encountering an issue with the <where> tag in MyBatis, specifically when it is used in a sc...
MyBatis Hope to add Reactive Relational Database Access
2025-01-14 07:40:53
2683
Hope to add Reactive Relational Database Access R2DBClike spring-data-r2dbcComment From: mp911deLet us know if you need ...
MyBatis Cross-mapper <include> tag resolves to the wrong SQL definition
2025-01-14 07:40:50
3220
MyBatis version3.5.0 and 3.5.16Database vendor and versionmysql 8.0.29Test case or example projectMapperA.xml<?xml ve...
MyBatis Can I add arbitrary parameters using Interceptor?
2025-01-14 07:40:48
2543
I created the following settings to add common parameters using Interceptor and reference them from SQL managed in xml.【...
MyBatis sqlite Long type value convert bug
2025-01-14 07:40:44
1520
MyBatis version3.5.14Database vendor and versionsqlite 3.45.0sqlite-jdbc 3.46.1.0Test case or example projectexample pr...
MyBatis MyBatis needs to access java.lang and java.util . Not working anymore by default in Java 17
2025-01-14 07:40:41
8010
Hello MyBatis,I try to upgrade our application to Java 17. Sadly I hit a few bumps on the way. With Java 17 you can't an...
MyBatis The multipleResultSetsEnabled option has no effect
2025-01-14 07:40:39
922
MyBatis version3.5.16Database vendor and versionany vendor.Test case or example project<settings> <setting nam...
上一页
下一页
1
…
1003
1004
1005
1006
1007
…
2246
.