File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.github.pagehelper</groupId >
30
30
<artifactId >pagehelper</artifactId >
31
- <version >5.3.2 </version >
31
+ <version >5.3.3 </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >pagehelper 5</name >
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 5.3.3 - 2023-06-03
4
+
5
+ - Ignoring unnecessarily generated surefire-report ** by java-codehunger**
6
+ - Supports parsing of the dialect corresponding to the openGauss database from the URL ** by saxisuer**
7
+ - Fixed the issue that SQL injection verification was incorrect #716 ** by uyong**
8
+ - Support parsing of the dialect corresponding to Kingbase 8 from the URL ** by univ**
9
+ - Add support for cirrodata #705 ** by sxh0570**
10
+
3
11
### 5.3.2 - 2022-09-18
4
12
5
13
- Use document update, all parameters are included, the default home page document changed to Chinese.
Original file line number Diff line number Diff line change 1
1
## 更新日志
2
2
3
+ ### 5.3.3 - 2023-06-03
4
+
5
+ - Ignoring unnecessarily generated surefire-report ** by java-codehunger**
6
+ - 支持从URL中解析openGauss 数据库 对应的方言 ** by saxisuer**
7
+ - 修复sql注入检验不正确问题 #716 ** by uyong**
8
+ - 支持从url中解析人大金仓kingbase8对应的方言 ** by univ**
9
+ - 添加支持cirrodata的分页 #705 ** by sxh0570**
10
+
3
11
### 5.3.2 - 2022-09-18
4
12
5
13
- 使用文档更新,所有参数都包含在内,首页默认文档改为中文。
6
14
- Add support for kingbase. by ** HanHuimin001**
7
15
- 增加 ` debug ` 参数,默认 ` false ` ,为` true ` 时开启` debug ` 模式,开始 ` debug ` 模式后将记录调用堆栈 by ** huyingqian**
8
16
- Add 支持count的sql支持hint语法 by ** zhanliquan**
9
17
- 增加 ` PageProperties ` 接口,框架内部实例化的扩展类如果实现了这个接口,可以通过这个接口的方法获取分页插件配置。
10
- - 增加 ` CountMsIdGen ` 接口,可以通过 ` countMsIdGen ` 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用` countSuffix `
18
+ - 增加 ` CountMsIdGen ` 接口,可以通过 ` countMsIdGen `
19
+ 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用` countSuffix `
11
20
,通过扩展可以实现如 ` selectByExample ` 映射到对应的 ` selectCountByExample ` 方法。
12
21
- 增加 ` keepOrderBy ` 和 ` keepSubSelectOrderBy ` 配置。
13
22
- 增加 ` sqlParser ` 配置,增加 ` JSqlParser ` 接口,解决 jsqlparser 和 jdk 兼容性导致无法额外配置的问题。
You can’t perform that action at this time.
0 commit comments