-
**当前使用版本**
mp 3.5.1
**当前环境信息**
例如: Java8 + Mysql5.7
Java8 + Oracle11g
**描述bug现象**
使用自定义InsertBatchSomeColumn,insert all 报错。打印的语句在数据库执行是没问题的。使用的数据源是ShardingSphereDriver做了读写分离,怀疑是它导致的,因为我切换成单个的数据源…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
**当前使用版本**
3.5.6
**当前环境信息**
jdk-21 & sqlserver 2016
**描述bug现象**
使用租户插件时,xml sql 中 select 或 where 后字段包含 “[]” ,会导致com.baomidou.mybatisplus.extension.parser.JsqlParserSupport.parserSingle方法报错。
…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/baomid…
-
shardingsphere-jdbc 5.5.0
druid 1.2.23
application.yml
spring:
main:
allow-bean-definition-overriding: true
datasource:
driver-class-name: org.apache.shardingsphere.driver.Shard…
-
**当前使用版本**
3.5.1
**当前环境信息**
Java8 + Mysql5.7
**描述bug现象**
org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $1
**提供问题复现步骤**
name模糊搜索
**提供完整堆栈日志(可选)**
…
-
## Summary (Description of this PR)
The project uses MybatisPlus for pagination, which has an IPage object. After serialization, it contains many fields that are not used by the business. Therefore, …
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/baomid…
-
MybatisPlus 3.5.4
执行语句:
INSERT INTO `sys_config`
VALUES (6, '系统访问-黑名单列表', 'sys.login.blackIPList', '', 'Y',
'设置登录IP黑名单限制,多个匹配项以;分隔,支持匹配(*通配、网段)', 'admin', '2024-04-15 09:42:31', 'admin',…
-
Which version of ShardingSphere did you use?
5.4.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
Order_info and config_st…