Skip to content

Commit

Permalink
更新快照.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Jun 8, 2024
1 parent c379b64 commit 421e546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion changelog-temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@
- fix: 修复分页count优化distinct搭配orderBy处理错误
- fix: 修复达梦数据库生成代码错误
- fix: 修复租户插件特殊exists语句会失效
- fix: 修复sqlite数据库ddl_history错误导致无法创建表
- fix: 修复DataChangeRecorderInnerInterceptor在Insert时配置忽略无效
- fix: 代码生成器处理不标准的JdbcType转换
- feat: BaseMapper新增批量操作与SaveOrUpdate方法
- feat: BaseMapper新增批量操作方法返回值List<BatchResult>
- feat: BaseMapper方法逻辑删除默认支持填充
- feat: 调整Service层逻辑删除填充逻辑处理
- feat: 重构批量删除参数填充处理逻辑.
- feat: 自增自减处理BigDecimal
- feat: 新增雪花ID配置(支持手动分配workerId与datacenterId或指定网卡信息自动获取方式)
- feat: 重构ServiceImpl泛型参数提取
- feat: 修改AES密钥随机性生成
- feat: SpringBoot升级至2.7.18
- feat: UpdateWrapper增加checkSqlInjection方法
- feat: 调整DDL脚本自动装配逻辑(当无实现时或无mybatis-plus-extension模块时不注入DDL运行bean)
- feat: SpringBoot升级至2.7.18和3.2.6
- feat: 升级kotlin至1.9.24
- feat: 升级lombok至1.18.32
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
package com.baomidou.mybatisplus.extension.ddl.history;

import org.springframework.stereotype.Component;

import java.util.function.Function;

/**
Expand All @@ -25,7 +23,6 @@
* @author 呆猫
* @since 2024-04-01
*/
@Component
public class SQLiteDdlGenerator implements IDdlGenerator {

public static IDdlGenerator newInstance() {
Expand Down

0 comments on commit 421e546

Please sign in to comment.