We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a22ce5 commit e269765Copy full SHA for e269765
README.md
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>com.github.core-lib</groupId>
39
<artifactId>sqlman</artifactId>
40
- <version>v1.2.1</version>
+ <version>1.2.2</version>
41
</dependency>
42
```
43
## Spring-Boot 集成
@@ -219,6 +219,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
219
后续将会增加更多数据库的支持。
220
221
## 版本记录
222
+* 1.2.2
223
+ 1. 兼容表明区分大小写的数据库设置
224
* v1.2.1
225
1. 日志输出bug修复
226
* v1.2.0
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.sqlman</groupId>
8
9
10
11
<name>sqlman</name>
12
0 commit comments