Skip to content

Commit

Permalink
更新到3.3.5版本
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Feb 16, 2016
1 parent 5b94a2d commit 7edaf7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Country代码:
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</dependency>
```

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

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

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

* `Example`增加对动态表名支持,通过`setTableName`设置表名
* 在example相关的两个`update`方法中,参数为实体类和`Example`,这个方法只能通过`Example`来设置动态表名,不支持通过实体设置动态表名
Expand Down
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>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.3.5-SNAPSHOT</version>
<version>3.3.5</version>
<packaging>jar</packaging>

<name>mapper</name>
Expand Down
6 changes: 6 additions & 0 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#更新日志

##3.3.5 - 2016-02-16

* `Example`增加对动态表名支持,通过`setTableName`设置表名
* 在example相关的两个`update`方法中,参数为实体类和`Example`,这个方法只能通过`Example`来设置动态表名,不支持通过实体设置动态表名
* 优化两个`select count`查询,当表只有一个主键的时候,使用`select count(pk)`,其他时候使用`select count(*)`

##3.3.4 - 2016-01-05

* 解决insertList的bug#86
Expand Down

0 comments on commit 7edaf7d

Please sign in to comment.