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 2828
2929 <groupId >com.github.pagehelper</groupId >
3030 <artifactId >pagehelper</artifactId >
31- <version >5.3.2 </version >
31+ <version >5.3.3 </version >
3232 <packaging >jar</packaging >
3333
3434 <name >pagehelper 5</name >
Original file line number Diff line number Diff line change 11## Changelog
22
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+
311### 5.3.2 - 2022-09-18
412
513- 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 11## 更新日志
22
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+
311### 5.3.2 - 2022-09-18
412
513- 使用文档更新,所有参数都包含在内,首页默认文档改为中文。
614- Add support for kingbase. by ** HanHuimin001**
715- 增加 ` debug ` 参数,默认 ` false ` ,为` true ` 时开启` debug ` 模式,开始 ` debug ` 模式后将记录调用堆栈 by ** huyingqian**
816- Add 支持count的sql支持hint语法 by ** zhanliquan**
917- 增加 ` PageProperties ` 接口,框架内部实例化的扩展类如果实现了这个接口,可以通过这个接口的方法获取分页插件配置。
10- - 增加 ` CountMsIdGen ` 接口,可以通过 ` countMsIdGen ` 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用` countSuffix `
18+ - 增加 ` CountMsIdGen ` 接口,可以通过 ` countMsIdGen `
19+ 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用` countSuffix `
1120 ,通过扩展可以实现如 ` selectByExample ` 映射到对应的 ` selectCountByExample ` 方法。
1221- 增加 ` keepOrderBy ` 和 ` keepSubSelectOrderBy ` 配置。
1322- 增加 ` sqlParser ` 配置,增加 ` JSqlParser ` 接口,解决 jsqlparser 和 jdk 兼容性导致无法额外配置的问题。
You can’t perform that action at this time.
0 commit comments