Skip to content

Commit

Permalink
release: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuanchuan committed May 7, 2019
1 parent aa54258 commit 20ef61d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# goInception 更新日志


## [v0.7.2-beta] - 2019-5-7

### New Features
* 添加`enable_json_type`参数,设置是否允许json类型字段 (#26)

### Update
* 实现基于系统变量explicit_defaults_for_timestamp的审核规则
* 优化osc解析,转义密码和alter语句中的特殊字符


## [v0.7.1-beta] - 2019-5-4

### Update
Expand Down
1 change: 1 addition & 0 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enable_enum_set_bit | false | true,false | 是不是支持enum,se
enable_fingerprint `v0.6.2` | false | true,false | sql指纹功能。dml语句相似时,可以根据相同的指纹ID复用explain结果,以减少远端数据库explain操作,并提高审核速度
enable_foreign_key | false | true,false | 是不是支持外键
enable_identifer_keyword | false | true,false | 检查在SQL语句中,是不是有标识符被写成MySQL的关键字,默认值为报警。
enable_json_type `v0.7.2` | false | true,false | 设置是否允许json类型字段,包括建表、修改列、新增列操作
enable_not_innodb | false | true,false | 建表指定的存储引擎不为Innodb,不报错
enable_nullable | false | true,false | 创建或者新增列时如果列为NULL,是不是报错
enable_null_index_name `v0.7.1`| false | true,false | 创建索引时是否允许空索引名
Expand Down

0 comments on commit 20ef61d

Please sign in to comment.