We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f14969 commit c1e31faCopy full SHA for c1e31fa
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>tk.mybatis</groupId>
30
<artifactId>mapper</artifactId>
31
- <version>3.4.1-beta</version>
+ <version>3.4.1-beta2</version>
32
<packaging>jar</packaging>
33
34
<name>mapper</name>
wiki/Changelog.md
@@ -1,9 +1,11 @@
1
#更新日志
2
3
-## 3.4.1-beta - 2017-07-09
+## 3.4.1-beta2 - 2017-07-09
4
+
5
* `Example` 增加复杂的 `and` 和 `or` 功能。
6
* `Example` 增加排除查询字段的方法 `excludeProperties`(`selectProperties`优先级更高) [#261](http://git.oschina.net/free/Mapper/issues/261).
7
* `SqlHelper` 中复杂的 `if` 改为 `choose` 方式。
8
+* 解决通过`@Column`配置关键字的分隔符时,无法得到该列值的bug。
9
10
## 3.4.0 - 2017-02-19
11
0 commit comments