1. 04 12月, 2018 5 次提交
  2. 30 11月, 2018 2 次提交
  3. 29 11月, 2018 2 次提交
  4. 28 11月, 2018 1 次提交
  5. 27 11月, 2018 8 次提交
  6. 26 11月, 2018 8 次提交
  7. 24 11月, 2018 1 次提交
    • martianzhang's avatar
      fix mac os stdout print buffer truncate · c944ccd0
      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.
      c944ccd0
  8. 23 11月, 2018 4 次提交
  9. 22 11月, 2018 4 次提交
  10. 21 11月, 2018 5 次提交
    • martianzhang's avatar
      fix #116 · 147ee2d0
      martianzhang 提交于
        SplitStatement check if single comment line is in multi-line sql.
      
        pure comment line should break quickly, single comment in multi-line
        sql should wait for line delimiter
      147ee2d0
    • 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
    • martianzhang's avatar
      fix #112 · 8bb48a29
      martianzhang 提交于
        multi-line comment will cause line counter error, when
        -report-type=lint
      8bb48a29
    • martianzhang's avatar
      Merge pull request #113 from liipx/master · 6bb6a2e1
      martianzhang 提交于
      main parser replace vitess to tidb & fix test sqls
      6bb6a2e1
    • L
      update doc & comment · ffa5eea5
      liipx 提交于
      ffa5eea5