Skip to content

Commit 7edaf7d

Browse files
committed
更新到3.3.5版本
1 parent 5b94a2d commit 7edaf7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Country代码:
9292
<dependency>
9393
<groupId>tk.mybatis</groupId>
9494
<artifactId>mapper</artifactId>
95-
<version>3.3.4</version>
95+
<version>3.3.5</version>
9696
</dependency>
9797
```
9898

@@ -108,7 +108,7 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
108108

109109
##[更新日志](http://git.oschina.net/free/Mapper/blob/master/wiki/Changelog.md)
110110

111-
##最新版本3.3.5 - 2016-01-06
111+
##最新版本3.3.5 - 2016-02-16
112112

113113
* `Example`增加对动态表名支持,通过`setTableName`设置表名
114114
* 在example相关的两个`update`方法中,参数为实体类和`Example`,这个方法只能通过`Example`来设置动态表名,不支持通过实体设置动态表名

pom.xml

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

2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper</artifactId>
31-
<version>3.3.5-SNAPSHOT</version>
31+
<version>3.3.5</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mapper</name>

wiki/Changelog.md

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

3+
##3.3.5 - 2016-02-16
4+
5+
* `Example`增加对动态表名支持,通过`setTableName`设置表名
6+
* 在example相关的两个`update`方法中,参数为实体类和`Example`,这个方法只能通过`Example`来设置动态表名,不支持通过实体设置动态表名
7+
* 优化两个`select count`查询,当表只有一个主键的时候,使用`select count(pk)`,其他时候使用`select count(*)`
8+
39
##3.3.4 - 2016-01-05
410

511
* 解决insertList的bug#86

0 commit comments

Comments
 (0)