5946 Commits

Author SHA1 Message Date
nieqiurong
74b5d38577 修复分页优化distinct搭配orderBy处理错误.
https://github.com/baomidou/mybatis-plus/issues/6105
2024-04-26 23:04:39 +08:00
nieqiurong
745862d94d 更新日志. 2024-04-26 22:24:43 +08:00
nieqiurong
54607462ad 修复SQLServer2005分页处理空格错误.
https://github.com/baomidou/mybatis-plus/issues/6103
2024-04-26 21:21:20 +08:00
nieqiurong
d265456f47 单元测试调整. 2024-04-26 20:58:32 +08:00
dependabot[bot]
325f373780
Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 (#6100)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.2.0 to 3.45.3.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.45.2.0...3.45.3.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:59:14 +08:00
dependabot[bot]
2a2caeec3a
Bump org.junit.jupiter:junit-jupiter from 5.9.0 to 5.10.2 (#6097)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.10.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 14:33:10 +08:00
miemie
9a5d07ebde test 2024-04-24 17:41:01 +08:00
WangZhonghui
3673c7a74d
fix: issues#6075 多租户查询出现问题 (#6091)
https://github.com/baomidou/mybatis-plus/issues/6075

Co-authored-by: wangqibo <wangqibo@51etc.com>
2024-04-24 16:37:15 +08:00
dependabot[bot]
8383e11a29
Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.22 (#6087)
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.22.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 12:55:23 +08:00
VampireAchao
661341fa2d
批量更新批次数据提交切割处理 (#6086) 2024-04-24 12:55:11 +08:00
hubin
8922528996 调整特别用户地址 2024-04-24 10:38:37 +08:00
hubin
29a5cdb570 调整特别用户地址 2024-04-24 10:37:14 +08:00
dependabot[bot]
23d4316371
Bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.11.0 (#6070)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.6.0 to 5.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.11.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:35:24 +08:00
nieqiurong
07cd3948d9 错误纠正. 2024-04-22 14:34:31 +08:00
nieqiurong
8953ad2712 增强BaseMapper代理类获取. 2024-04-20 22:16:56 +08:00
nieqiurong
f2fd9b892b remove Ambiguity. 2024-04-19 22:38:36 +08:00
nieqiurong
2f67d16b92 修正非通用泛型情况下序列化json减少强转.
https://github.com/baomidou/mybatis-plus/issues/6079
2024-04-19 12:51:40 +08:00
dependabot[bot]
d8fb223c6b
Bump ch.qos.logback:logback-classic from 1.4.11 to 1.5.5 (#6065)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.5.5.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.11...v_1.5.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 14:11:18 +08:00
dependabot[bot]
fe861c40a2
Bump com.alibaba:fastjson from 2.0.44 to 2.0.49 (#6064)
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.44 to 2.0.49.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/compare/2.0.44...2.0.49)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 14:07:50 +08:00
dependabot[bot]
3466e4e804
Bump org.jetbrains.kotlin:kotlin-reflect from 1.9.22 to 1.9.23 (#6044)
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 10:36:07 +08:00
nieqiurong
a8c4e912f9 支持一下自增自减使用BigDecimal的少数情况.
https://github.com/baomidou/mybatis-plus/issues/6061
2024-04-15 10:21:21 +08:00
nieqiurong
40aac96745 简化填充器代码. 2024-04-14 14:35:29 +08:00
hubin
47e8969553 调整广告位 2024-04-14 10:38:55 +08:00
nieqiurong
a60bfba63f 修复生成器禁用错误.
https://github.com/baomidou/mybatis-plus/issues/6060
2024-04-13 22:23:58 +08:00
nieqiurong
8edd3e56ff 新增雪花ID配置,修改默认网络信息获取. 2024-04-13 22:01:37 +08:00
nieqiurong
ae2cbaa07e debug日志打印注册插件信息. 2024-04-13 21:31:28 +08:00
dependabot[bot]
1c08a7362d
Bump com.alibaba.fastjson2:fastjson2 from 2.0.47 to 2.0.48 (#6054)
Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.47 to 2.0.48.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/compare/2.0.47...2.0.48)

---
updated-dependencies:
- dependency-name: com.alibaba.fastjson2:fastjson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 13:12:12 +08:00
nieqiurong
554b6215ef 快照更新. 2024-04-11 23:23:26 +08:00
nieqiurong
09343e84d3 依赖升级. 2024-04-11 14:29:45 +08:00
dependabot[bot]
9bc67f19a2
Bump org.xerial:sqlite-jdbc from 3.44.1.0 to 3.45.2.0 (#6045)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.1.0 to 3.45.2.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.44.1.0...3.45.2.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 14:22:52 +08:00
nieqiurong
df8a130101 修复动态表名处理 update ignore 错误.
https://github.com/baomidou/mybatis-plus/issues/6050
2024-04-11 14:11:49 +08:00
nieqiurong
3cf9540f5d 发布3.5.7-SNAPSHOT快照. 2024-04-10 15:37:24 +08:00
nieqiurong
44009841fb BaseMapper新增saveOrUpdate方法. 2024-04-10 15:11:58 +08:00
nieqiurong
4b9a42bc8a 暂时不修改方法名,清理removeByIds代码. 2024-04-10 14:49:32 +08:00
nieqiurong
f16da35bf6 支持批量删除填充处理. 2024-04-10 14:24:34 +08:00
nieqiurong
52c7497c5b 新增重载方法支持自定义条件. 2024-04-10 13:21:12 +08:00
nieqiurong
bb05cdbdd8 BaseMapper新增批量修改或更新方法. 2024-04-10 12:58:20 +08:00
nieqiurong
415f5aea3d 解决Service层调用兼容问题. 2024-04-10 12:33:10 +08:00
nieqiurong
be2f0c3dab BaseMapper逻辑删除支持填充. 2024-04-10 12:18:56 +08:00
nieqiurong
68a5042601 BaseMapper新增批量保存与更新方法. 2024-04-10 10:59:00 +08:00
nieqiurong
d991dfe239 发布3.5.6. 2024-04-08 23:56:36 +08:00
nieqiurong
524cc7a399 调整字段自增自减. 2024-04-08 23:21:27 +08:00
nieqiurong
4d20ff36a1 同步代码. 2024-04-08 22:55:08 +08:00
nieqiurong
e0bb755f50 代码调整. 2024-04-07 23:16:19 +08:00
VampireAchao
8918feaf4c
improve: use getObjectMapper().getTypeFactory().constructType insteadof TypeReference (#6041)
improve: use getObjectMapper().getTypeFactory().constructType insteadof TypeReference
2024-04-07 22:04:38 +08:00
nieqiurong
5a83b670ab 更新快照. 2024-04-07 14:39:54 +08:00
nieqiurong
2ce0240d32 增加雪花ID默认初始化日志打印. 2024-04-06 22:32:11 +08:00
nieqiurong
1902e10851 修复错误属性. 2024-04-06 14:34:34 +08:00
nieqiurong
38a4b3bf31 更新日志. 2024-04-05 23:28:46 +08:00
Muyangmin
4162363813
增加 eqSql 方法。 (#6029)
Co-authored-by: Muyangmin <yangmin@nineeyestech.com>
2024-04-05 23:15:11 +08:00