Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuanchuan committed Oct 13, 2019
1 parent 5589ce1 commit 4b280fc
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# goInception 更新日志

## [v1.1.1] - 2019-10-13

### Fix
* 修复TiDB数据库explain出错的问题 (#86)
* 修复`insert select`语法在有删除列时列数校验可能不准确的问题

### New Features
* 添加审核选项 `explain_rule` ,用以设置explain获取受影响行数方式

### Update
* 完善`spatial index`审核规则
* 调整update语法均进行逻辑审核
* 添加join语法的ON子句审核
* 优化delete审核规则,有新表时跳过explain审核
* 远程数据库无法连接时,优化返回结果,添加sql内容返回


## [v1.1.0] - 2019-9-7

### Fix
Expand Down
Binary file added docs/images/pay.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/wechat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### 赞助与支持

如果goInception于你有所帮助,可以激励一下作者以作支持。

您的企业or个人信息将会展示在 `赞助者名单` 中以作感谢。

对于大力赞助的企业与个人,可联系作者将公司或个人logo添加到项目首页,并优先考虑对其需求定制化开发。

<!-- ![支付宝](./images/pay.jpeg)
![微信](./images/wechat.jpeg) -->

<div>
<img src="https://hanchuanchuan.github.io/goInception/images/pay.jpeg" width="200" height="200" alt="支付宝"/>
<div style="display: inline-block;width: 100px"></div>
<img src="https://hanchuanchuan.github.io/goInception/images/wechat.jpeg" width = "200" height = "200" alt="微信"/>
</div>


------

#### 赞助者名单


------

### 定制化需求

提供定制化服务。

具体事宜请通过邮箱或QQ群联系。

邮箱:`chuanchuanhan@gmail.com`

QQ群:`499262190`
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ nav:
- 自定义审核级别: levels.md
- 统计功能: statistics.md
- 语法树打印: tree.md
- 赞助&定制: support.md
- 更新日志: changelog.md
# - About: about.md

0 comments on commit 4b280fc

Please sign in to comment.