We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c966ff commit 59f56c5Copy full SHA for 59f56c5
2 files changed
README.md
@@ -11,6 +11,7 @@
11
* 支持全部 DDL / DML / DCL 语法
12
* 支持多 SQL 语句脚本 one-by-one 或 atomic 执行方式
13
* 可选脚本执行事务隔离级别
14
+* 支持自动备份变动表
15
* 支持 Spring 自动配置
16
* 可集成全 Java 平台框架
17
@@ -36,7 +37,7 @@
36
37
<dependency>
38
<groupId>com.github.core-lib</groupId>
39
<artifactId>sqlman</artifactId>
- <version>v1.1.0</version>
40
+ <version>v1.2.0</version>
41
</dependency>
42
```
43
## Spring-Boot 集成
@@ -218,6 +219,8 @@ SQL脚本需要遵循一定的命名规则以配合SQLMan进行版本高低的
218
219
后续将会增加更多数据库的支持。
220
221
## 版本记录
222
+* v1.2.0
223
+ 1. 自动备份bug修复
224
* v1.1.0
225
1. 支持表自动备份
226
* v1.0.6
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.sqlman</groupId>
8
9
10
<name>sqlman</name>
0 commit comments