Skip to content

Commit

Permalink
docs: 更新v1.1.4文档
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuanchuan committed Nov 21, 2019
1 parent a4de898 commit 9354034
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
@@ -1,6 +1,17 @@
# goInception 更新日志


## [v1.1.4] - 2019-11-21

### Fix
* 修复非空字段insert时对自增列的处理 (#113)
* 修复alter table rename语句的回滚SQL生成错误问题
* 修复在开启`real_row_count`选项时,DML转select count时未处理limit的问题 (#119)

### New Features
* 添加新参数 `hex_blob` ,以支持回滚时解析二进制类型 (#101)


## [v1.1.3] - 2019-11-13

### Fix
Expand Down
1 change: 1 addition & 0 deletions docs/options.md
Expand Up @@ -75,6 +75,7 @@ enable_sql_statistic `v0.9` | false | true,false | 开启统计功
enable_timestamp_type `v1.0.1` | true | true,false | 设置是否允许 `timestamp` 类型字段,包括建表、修改列、新增列操作,默认为 `true`
enable_zero_date `v1.0.1` | true | true,false | 设置是否支持时间为0值,关闭时强制报错。默认值为 `true`,即开启,此时会基于数据库sql_mode的NO_ZERO_DATE判断是否支持
general_log `v0.8.1` | false | true,false | 是否记录全量日志
hex_blob `v1.1.4` | false | true,false | 在解析binlog时,二进制类型如果无法以字符串形式保存,则以十六进制字符串转储(影响类型:binary,varbinary,blob),默认关闭
lang `v0.5.1` | en-US | en-US,zh-CN | 返回的信息使用语言,可选值`en-US`,`zh-CN`
max_allowed_packet `v1.0-rc3` | 4194304 | int | 允许的最大数据包大小.默认为 `4194304`,单位字节,即4MB
max_char_length | 0 | int | 最大char长度,当超出时警告转换为varchar类型
Expand Down

0 comments on commit 9354034

Please sign in to comment.