8000 4.1.3 · coder-zhw/Mybatis-PageHelper@fdf51d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fdf51d2

Browse files
committed
4.1.3
1 parent 938da7a commit fdf51d2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636

3737
##分页插件支持MyBatis3.2.0~3.3.0(包含)
3838

39-
##分页插件最新版本为4.1.2
39+
##分页插件最新版本为4.1.3
4040

4141
###Maven坐标
4242

4343
```xml
4444
<dependency>
4545
<groupId>com.github.pagehelper</groupId>
4646
<artifactId>pagehelper</artifactId>
47-
<version>4.1.2</version>
47+
<version>4.1.3</version>
4848
</dependency>
4949
```
5050

@@ -66,6 +66,11 @@
6666

6767
- http://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/0.9.1/
6868

69+
##4.1.3更新日志
70+
71+
- 解决反射类没有完全捕获异常的问题#94
72+
- 把SqlServer类所有private都改成了protected,方便继承修改#93
73+
6974
##4.1.2更新日志
7075

7176
- 增加可配参数`closeConn`,当使用动态数据源时,分页插件获取jdbcUrl后,控制是否关闭当前连接,默认`true`关闭

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.pagehelper</groupId>
3030
<artifactId>pagehelper</artifactId>
31-
<version>4.1.2</version>
31+
<version>4.1.3</version>
3232
<packaging>jar</packaging>
3333

3434
<name>pagehelper</name>

wikis/Changelog.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
##更新日志
22

3-
##4.1.2 - 2016-03-06
3+
##4.1.3 - 2016-03-31
4+
5+
- 解决反射类没有完全捕获异常的问题#94
6+
- 把SqlServer类所有private都改成了protected,方便继承修改#93
7+
8+
###4.1.2 - 2016-03-06
49

510
- 增加可配参数`closeConn`,当使用动态数据源时,分页插件获取jdbcUrl后,控制是否关闭当前连接,默认`true`关闭
611
- count查询改为`count(0)`,分库分表情况下的效率可能更高

0 commit comments

Comments
 (0)
0