nieqiurong
|
d3235c32c4
|
优化填充处理.
|
2023-09-30 00:10:14 +08:00 |
|
nieqiurong
|
ae55926211
|
修复参数填充多次重入问题.
https://gitee.com/baomidou/mybatis-plus/issues/I8506T
https://gitee.com/baomidou/mybatis-plus/issues/I82VLI
|
2023-09-29 01:30:23 +08:00 |
|
nieqiurong
|
6fa16685d1
|
调整selectOne方法.
|
2023-09-29 01:10:02 +08:00 |
|
nieqiurong
|
73b67ac22f
|
BaseMapper新增update(wrapper)更新方法.
|
2023-09-27 23:36:09 +08:00 |
|
nieqiurong
|
2d32e05429
|
处理高版本Jdk将会移除的api方法调用.
|
2023-09-27 22:57:47 +08:00 |
|
nieqiurong
|
741320dc3c
|
内置泛型提取,支持非Spring体系项目使用.
|
2023-09-27 22:19:27 +08:00 |
|
nieqiurong
|
24d2cf6c1d
|
调整selectMaps方法.
|
2023-09-27 16:26:33 +08:00 |
|
hubin
|
f2f6f36a6a
|
Merge branch 'github3.0' into 3.0
|
2023-09-27 15:33:30 +08:00 |
|
nieqiurong
|
73622a1593
|
优化selectObjs返回值,减少类型强制转换.
|
2023-09-26 13:58:50 +08:00 |
|
nieqiurong
|
737c6f2e7e
|
增加流式查询.
|
2023-09-26 13:52:07 +08:00 |
|
nieqiurong
|
8bd2ab1919
|
增加流式查询.
|
2023-09-26 13:21:22 +08:00 |
|
hcl
|
fc43eba986
|
feat: 新增内置的类型参数解析器
|
2023-09-25 17:16:09 +08:00 |
|
nieqiurong
|
0bd287f1db
|
修复@OrderBy搭配@TableId排序字段错误.
https://github.com/baomidou/mybatis-plus/issues/5676
|
2023-09-21 09:20:46 +08:00 |
|
nieqiurong
|
4b82909f90
|
新增一个批量工具类.
|
2023-09-17 18:27:05 +08:00 |
|
nieqiurong
|
24d436e48f
|
同步代码.
|
2023-09-17 14:55:44 +08:00 |
|
donganbang
|
2c2740b019
|
修正并补充注释
|
2023-09-17 11:34:44 +08:00 |
|
nieqiurong
|
87253638ee
|
修复原生非自动提交时错误.
|
2023-09-16 16:45:56 +08:00 |
|
nieqiurong
|
81d1644070
|
增加获取自定义方法.
|
2023-09-16 15:52:41 +08:00 |
|
nieqiurong
|
b1ad15d19b
|
支持批量参数转换.
|
2023-09-16 14:43:36 +08:00 |
|
nieqiurong
|
ac951d0b3d
|
增加批量逻辑删除转换方法.
|
2023-09-16 12:09:31 +08:00 |
|
nieqiurong
|
227d5c0cc9
|
新增批量执行方法.
|
2023-09-15 23:14:24 +08:00 |
|
huisunan
|
9f88e0c817
|
提供对TableInfo增强的能力
|
2023-09-13 15:27:24 +08:00 |
|
nieqiurong
|
23244d91c2
|
格式化代码.
|
2023-09-12 14:08:49 +08:00 |
|
nieqiurong
|
fe2e94d030
|
调整saveOrUpdateBatch方法SqlSessionFactory获取.
|
2023-09-04 22:06:33 +08:00 |
|
nieqiurong
|
1cd00ac9e7
|
修复多主键生成器未匹配异常.
|
2023-09-02 21:45:27 +08:00 |
|
nieqiurong
|
507bbc479b
|
增加自增主键字段是否允许插入控制.
https://github.com/baomidou/mybatis-plus/issues/5589
|
2023-08-29 22:14:47 +08:00 |
|
nieqiurong
|
877929897b
|
修复无字段情况写入异常.
https://github.com/baomidou/mybatis-plus/issues/5601
|
2023-08-23 21:28:30 +08:00 |
|
qmdx
|
ef362ba78d
|
Merge pull request #5596 from baomidou/fix_5572
解决Unchecked generics array creation for varargs parameter警告.
|
2023-08-22 13:45:55 +08:00 |
|
nieqiurong
|
9ed52f493b
|
解决Unchecked generics array creation for varargs parameter警告.
https://github.com/baomidou/mybatis-plus/issues/5572
|
2023-08-13 21:06:35 +08:00 |
|
nieqiurong
|
b2e38d83de
|
修复高版本JDK下IDEA执行Evaluate出现反射错误.
https://github.com/baomidou/mybatis-plus/issues/5573
|
2023-08-12 22:31:16 +08:00 |
|
nieqiurong
|
0f2300c857
|
update license
|
2023-08-06 12:19:55 +08:00 |
|
nieqiurong
|
7d7528253f
|
去除单元测试--add-opensc参数,适配高版本jdk.
|
2023-08-05 10:49:59 +08:00 |
|
miemie
|
1f24e3f2a2
|
feat: updateWrapper#setSql 方法支持动态入参
|
2023-08-04 11:55:57 +08:00 |
|
nieqiurong
|
ef4dbc764c
|
调整注入sql统一去除换行符(非注入sql由mybatis配置控制).
https://github.com/baomidou/mybatis-plus/issues/5345
|
2023-08-04 10:21:56 +08:00 |
|
nieqiurong
|
96cbf8f778
|
修复在高版本JDK下模块反射异常.
https://github.com/baomidou/mybatis-plus/issues/5514
|
2023-08-02 22:37:58 +08:00 |
|
hubin
|
b0593e7386
|
fix: github issues/5129 优化字段策略枚举语义
|
2023-08-02 20:58:38 +08:00 |
|
nieqiurong
|
12b23f9a42
|
增加一下解析节点属性缓存.
|
2023-08-01 19:57:27 +08:00 |
|
nieqiurong
|
0d2718e865
|
增加Sequence初始化日志.
https://github.com/baomidou/mybatis-plus/issues/5233
|
2023-08-01 19:52:40 +08:00 |
|
hubin
|
13dcd728cd
|
调整错误的测试用例
|
2023-08-01 09:55:19 +08:00 |
|
miemie
|
f9f21a2fe9
|
wrapper#apply支持配置mapping
|
2023-08-01 00:53:56 +08:00 |
|
hubin
|
c868fe7208
|
修改变量命名
|
2023-07-31 13:43:05 +08:00 |
|
hubin
|
77d8031b72
|
优化逻辑删除查询字段紧随 where 条件查询
|
2023-07-31 13:39:38 +08:00 |
|
hubin
|
c4b05baa12
|
优化注入合并deleteByMap逻辑
|
2023-07-30 20:15:04 +08:00 |
|
hubin
|
c31f543d94
|
优化注入合并selectByMap逻辑
|
2023-07-30 20:01:05 +08:00 |
|
hubin
|
92ebd4aa0e
|
新增 wrapper 支持 typeHandler 查询支持
|
2023-07-30 17:01:40 +08:00 |
|
hubin
|
ff79a378fd
|
fixed gitee issues/I6DIU9
|
2023-07-30 12:11:52 +08:00 |
|
qmdx
|
57b838b412
|
Merge pull request #5301 from eye-gu/Fix-5266
fix mapping for null value enum
|
2023-07-29 20:33:04 +08:00 |
|
青苗
|
06abb8758f
|
!273 feat(QueryWrapper and Wrappers): add Wrappers.query(entityClass)
Merge pull request !273 from 阿超/3.0
|
2023-07-29 11:38:21 +00:00 |
|
hubin
|
aa450e22c2
|
新增全局表名格式化支持
|
2023-07-29 19:22:48 +08:00 |
|
nieqiurong
|
5edec2b3cf
|
更新版本号.
|
2023-07-29 16:48:07 +08:00 |
|