Skip to content

Commit

Permalink
发布 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jun 3, 2023
1 parent 8f70a61 commit df1d149
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<packaging>jar</packaging>

<name>pagehelper 5</name>
Expand Down
8 changes: 8 additions & 0 deletions wikis/en/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### 5.3.3 - 2023-06-03

- Ignoring unnecessarily generated surefire-report **by java-codehunger**
- Supports parsing of the dialect corresponding to the openGauss database from the URL **by saxisuer**
- Fixed the issue that SQL injection verification was incorrect #716 **by uyong**
- Support parsing of the dialect corresponding to Kingbase 8 from the URL **by univ**
- Add support for cirrodata #705 **by sxh0570**

### 5.3.2 - 2022-09-18

- Use document update, all parameters are included, the default home page document changed to Chinese.
Expand Down
11 changes: 10 additions & 1 deletion wikis/zh/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
## 更新日志

### 5.3.3 - 2023-06-03

- Ignoring unnecessarily generated surefire-report **by java-codehunger**
- 支持从URL中解析openGauss 数据库 对应的方言 **by saxisuer**
- 修复sql注入检验不正确问题 #716 **by uyong**
- 支持从url中解析人大金仓kingbase8对应的方言 **by univ**
- 添加支持cirrodata的分页 #705 **by sxh0570**

### 5.3.2 - 2022-09-18

- 使用文档更新,所有参数都包含在内,首页默认文档改为中文。
- Add support for kingbase. by **HanHuimin001**
- 增加 `debug` 参数,默认 `false`,为`true`时开启`debug`模式,开始 `debug` 模式后将记录调用堆栈 by **huyingqian**
- Add 支持count的sql支持hint语法 by **zhanliquan**
- 增加 `PageProperties` 接口,框架内部实例化的扩展类如果实现了这个接口,可以通过这个接口的方法获取分页插件配置。
- 增加 `CountMsIdGen` 接口,可以通过 `countMsIdGen` 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用`countSuffix`
- 增加 `CountMsIdGen` 接口,可以通过 `countMsIdGen`
配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用`countSuffix`
,通过扩展可以实现如 `selectByExample` 映射到对应的 `selectCountByExample` 方法。
- 增加 `keepOrderBy``keepSubSelectOrderBy` 配置。
- 增加 `sqlParser` 配置,增加 `JSqlParser` 接口,解决 jsqlparser 和 jdk 兼容性导致无法额外配置的问题。
Expand Down

0 comments on commit df1d149

Please sign in to comment.