- 18 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
RES.009 not consider about "and", "or"... Operator in BinaryOperationExpr
-
- 17 12月, 2018 3 次提交
-
-
由 martianzhang 提交于
-
由 xiyangxixian 提交于
-
由 xiyangxixian 提交于
-
- 14 12月, 2018 1 次提交
-
-
由 liipx 提交于
a new config arg 'min-cardinality' for index column selection
-
- 12 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
bit type not config as int, when two columns compare will give ARG.003 suggestion. fix #154, #157 by the way
-
- 06 12月, 2018 1 次提交
-
-
由 liipx 提交于
-
- 05 12月, 2018 8 次提交
-
-
由 martianzhang 提交于
-
由 xiyangxixian 提交于
-
由 xiyangxixian 提交于
-
由 xiyangxixian 提交于
-
由 xiyangxixian 提交于
-
由 martianzhang 提交于
compatible with windows file path, regression filepath.Join
-
由 martianzhang 提交于
-
由 martianzhang 提交于
support allow-collates checks
-
- 04 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
go test ./... -update
-
- 26 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
insert values count large than -max-value-count will give ARG.012
-
- 24 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
When set log to console, if fmt.Print larger than 1K the output buffer will be truncate. This problem will be trigger when set log to stdout, beego and soar both print their output into stdout, and this may come into confusing status in mac os. For fixing this problem, we only allow set log to file not. SOAR never write SQL suggest into log. Only developer should be concern about log, common user have no need of looking up log.
-
- 20 11月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 martianzhang 提交于
chardet will detect input sql charset
-
- 19 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 14 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 13 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-check-config will check * YAML format * OnlineDSN connection * TestDSN connection add doc for blacklist config
-
- 12 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
1. etc/soar.blacklist add `use ?` 2. blacklist use os.Getwd prefix 3. update doc
-
- 05 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 03 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
1. fix -config arg parse bug 2. code & comment lint
-
- 27 10月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 WithLin 提交于
-
- 25 10月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 23 10月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 martianzhang 提交于
-
- 20 10月, 2018 2 次提交
-
-
由 martianzhang 提交于
#5 Go version large than 1.8 has default GOPATH. use `go env GOPATH` get GOPATH envirment variable. daily build update update vitess vendor package update document about installation and configration
-
由 martianzhang 提交于
-