Skip to content

Commit e269765

Browse files
committed
兼容表明区分大小写的数据库设置
1 parent 7a22ce5 commit e269765

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.github.core-lib</groupId>
3939
<artifactId>sqlman</artifactId>
40-
<version>v1.2.1</version>
40+
<version>1.2.2</version>
4141
</dependency>
4242
```
4343
## Spring-Boot 集成
@@ -219,6 +219,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
219219
后续将会增加更多数据库的支持。
220220

221221
## 版本记录
222+
* 1.2.2
223+
1. 兼容表明区分大小写的数据库设置
222224
* v1.2.1
223225
1. 日志输出bug修复
224226
* v1.2.0

pom.xml

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

77
<groupId>io.sqlman</groupId>
88
<artifactId>sqlman</artifactId>
9-
<version>v1.2.1</version>
9+
<version>1.2.2</version>
1010

1111
<name>sqlman</name>
1212

0 commit comments

Comments
 (0)