1. 25 2月, 2021 1 次提交
    • martianzhang's avatar
      compatible with go 1.16 · c7e846e9
      martianzhang 提交于
      Go 1.16
      
      The go command now builds packages in module-aware mode by default, even
      when no go.mod is present. This is a big step toward using modules in
      all projects.
      c7e846e9
  2. 24 1月, 2021 1 次提交
  3. 13 1月, 2021 1 次提交
  4. 25 3月, 2020 1 次提交
  5. 23 10月, 2019 1 次提交
  6. 16 9月, 2019 2 次提交
    • martianzhang's avatar
      fix #228 · 3a54d9c3
      martianzhang 提交于
        go.mod third party package not update with vendor
        remove go.mod and disable GO111MODULE in Makefile
      3a54d9c3
    • martianzhang's avatar
      update version.go · 32d7cc13
      martianzhang 提交于
      32d7cc13
  7. 28 5月, 2019 1 次提交
  8. 20 2月, 2019 1 次提交
  9. 19 2月, 2019 1 次提交
  10. 21 1月, 2019 1 次提交
  11. 19 1月, 2019 1 次提交
  12. 16 1月, 2019 2 次提交
  13. 11 1月, 2019 1 次提交
  14. 09 1月, 2019 1 次提交
  15. 08 1月, 2019 1 次提交
    • martianzhang's avatar
      add cli test frame work bats (#181) · 9df3418c
      martianzhang 提交于
      * import bats for cli test
      
        https://github.com/sstephenson/bats
      
      * add simple test case for cli use bats
      
      * format main.bats add env
      
      * replace main_test.sh with main.bats
      
        make explain suggestion sorted
        make index suggestion sorted
      
      * add test database world_x
      
      * update bats golden result
      
      * make docker add 180s timeout
      
        1. add timeout for docker start
        2. add not explain able sql test case into explain_test.go
      
      * explain info Using index VS Using index condition
      
        remove nonappearence key from explain extra info
      
      * add timeout for test
      9df3418c
  16. 25 12月, 2018 1 次提交
  17. 23 12月, 2018 1 次提交
  18. 22 12月, 2018 1 次提交
    • martianzhang's avatar
      daily update · 34c5c62a
      martianzhang 提交于
        1. update vendor pingcap/parser
        2. Makefile add docker contain stop wait
        3. -report-type=rewrite when syntax error, print error info not empty
      34c5c62a
  19. 19 12月, 2018 3 次提交
  20. 17 12月, 2018 1 次提交
  21. 13 12月, 2018 1 次提交
  22. 12 12月, 2018 1 次提交
  23. 04 12月, 2018 2 次提交
  24. 27 11月, 2018 2 次提交
  25. 21 11月, 2018 1 次提交
    • martianzhang's avatar
      daily update · eeeab8ed
      martianzhang 提交于
        1. go version move into Makefile
        2. add golden test for ast
        3. explainAbleSQL use tidb parser also
      eeeab8ed
  26. 19 11月, 2018 1 次提交
  27. 18 11月, 2018 1 次提交
  28. 16 11月, 2018 1 次提交
    • martianzhang's avatar
      daily update · e5a73668
      martianzhang 提交于
        1. Makefile add `daily-quick` let test more fast
        2. Heuristic rule word lint
        3. FUN.001 add more logic, unstable now
      e5a73668
  29. 15 11月, 2018 1 次提交
  30. 14 11月, 2018 1 次提交
  31. 03 11月, 2018 1 次提交
  32. 01 11月, 2018 1 次提交
  33. 24 10月, 2018 1 次提交
  34. 20 10月, 2018 1 次提交
    • martianzhang's avatar
      fix #5 && daily build update · 50f8bf80
      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
      50f8bf80