File tree Expand file tree Collapse file tree 4 files changed +254
-255
lines changed
src/main/java/tk/mybatis/mapper/mapperhelper Expand file tree Collapse file tree 4 files changed +254
-255
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,12 @@ Country代码:
76
76
77
77
##Maven坐标以及下载地址
78
78
79
- ###最新版本3.1.1 - 2015-07-01
79
+ ###最新版本3.1.2 - 2015-07-14
80
+
81
+ * 解决别名时的一种特殊情况,例如@Column (name="` desc ` ")的时候,就不需要自动添加别名
82
+ * 反射获取所有列名的时候,不在自动转换为大写形式,对数据库区分大小写的情况有用
83
+
84
+ ###3 .1.1 - 2015-07-01
80
85
81
86
* 解决` ConditionMapper ` 中` selectByCondition ` 和` updateByCondition ` 方法错误
82
87
@@ -107,7 +112,7 @@ Country代码:
107
112
<dependency >
108
113
<groupId >tk.mybatis</groupId >
109
114
<artifactId >mapper</artifactId >
110
- <version >3.1.1 </version >
115
+ <version >3.1.2 </version >
111
116
</dependency >
112
117
```
113
118
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >tk.mybatis</groupId >
6
6
<artifactId >mapper</artifactId >
7
- <version >3.1.1 </version >
7
+ <version >3.1.2 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >mapper</name >
You can’t perform that action at this time.
0 commit comments