Skip to content

Commit

Permalink
发布 5.1.6 和更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Sep 4, 2018
1 parent 593646e commit 7ea4eb0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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.1.5</version>
<version>5.1.6</version>
<packaging>jar</packaging>

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

### 5.1.6 - 2018-09-05

- Add the parameter useSqlserver2012, set to true, and use sqlserver2012(Dialect) as the default paging method for SQL Server databases, which is useful in dynamic data sources.
- Add an IPage interface. Currently, there is only one parameter to support the MyBatis query method, and when the parameter implements the IPage interface, paging query will be automatically performed if paging parameters exist. Thanks to [moonfruit](https://github.com/moonfruit) Issue two years ago.
- fixed # 276 to resolve hashset concurrency issue
- Optimize code structure and streamline interceptor code

### 5.1.5 - 2018-09-02

- Optimize the code and remove unnecessary checks(**by lenosp**)
Expand Down
7 changes: 7 additions & 0 deletions wikis/zh/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 更新日志

### 5.1.6 - 2018-09-05

- 增加参数 useSqlserver2012,设置为 true 后,使用 sqlserver2012(Dialect) 作为 SqlServer 数据库的默认分页方式,这种情况在动态数据源时方便使用。默认使用的低版本(05,08)分页方式。
- 增加 IPage 接口,目前支持 mybatis 查询方法只有一个参数,并且参数实现 IPage 接口时,如果存在分页参数,就会自动进行分页查询。感谢 [moonfruit](https://github.com/moonfruit) 两年前的 issue。
- 解决 HashSet 并发问题 fixed #276
- 优化代码结构,精简拦截器代码

### 5.1.5 - 2018-09-02

- 优化代码,去掉没必要的校验(**by lenosp**)
Expand Down

0 comments on commit 7ea4eb0

Please sign in to comment.