1. 05 12月, 2018 3 次提交
  2. 04 12月, 2018 5 次提交
  3. 30 11月, 2018 2 次提交
  4. 29 11月, 2018 2 次提交
  5. 28 11月, 2018 1 次提交
  6. 27 11月, 2018 8 次提交
  7. 26 11月, 2018 8 次提交
  8. 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
  9. 23 11月, 2018 4 次提交
  10. 22 11月, 2018 4 次提交
  11. 21 11月, 2018 2 次提交
    • 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