-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d21b78e
commit b494e71
Showing
8 changed files
with
37 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- fix: 修复链式模型生成错误 | ||
- fix: 修复UUID主键执行批量删除错 | ||
- fix: 修复Kotlin使用select(predicate)方法错误 | ||
- fix: 修复`AbstractCaffeineJsqlParseCache`异步产生的错误 | ||
- fix: 修复动态SQL解析包含SQL注释(--或#)导致的合并错误 | ||
- feat: serialVersionUID支持添加`@Serial`注解 | ||
- feat: 支持Entity注解(字段,类注解)自定义处理 | ||
- feat: 支持Entity导包自定义处理 | ||
- feat: 支持崖山数据库 | ||
- feat: 升级Gradle至8.10 | ||
- opt: 调整DbType#GAUSS数据库名为gauss | ||
- opt: 调整JsqlParser解析线程池指定 | ||
- opt: 移除过时的`FieldStrategy.IGNORED` | ||
- opt: 移除过时的`GlobalConfig.DbConfig#selectStrategy` | ||
- opt: 移除过时的`MybatisSqlSessionFactoryBean#typeEnumsPackage` | ||
- doc: 修正DdlHelper中注释错误 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters