1. 13 1月, 2021 3 次提交
  2. 28 5月, 2019 2 次提交
  3. 16 4月, 2019 1 次提交
    • martianzhang's avatar
      fix index col compare case sensitive bug · c2299c3f
      martianzhang 提交于
        CREATE TABLE test_id (
          ID int,
          PRIMARY KEY (`ID`)
        )
        SELECT * FROM test_id WHERE id=1;
      
        fix explain NULL able column bug
      
        +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+
        | id | select_type | table | partitions | type | possible_keys | key  | key_len | ref  | rows | filtered | Extra                          |
        +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+
        |  1 | SIMPLE      | NULL  | NULL       | NULL | NULL          | NULL | NULL    | NULL | NULL |     NULL | no matching row in const table |
        +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+
      c2299c3f
  4. 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
  5. 05 1月, 2019 3 次提交
  6. 04 1月, 2019 1 次提交
  7. 28 12月, 2018 1 次提交
  8. 26 12月, 2018 1 次提交
  9. 22 12月, 2018 1 次提交
  10. 20 12月, 2018 1 次提交
  11. 19 12月, 2018 2 次提交
  12. 27 11月, 2018 2 次提交
  13. 23 11月, 2018 1 次提交
    • martianzhang's avatar
      fix #121 · de99de7e
      martianzhang 提交于
        RemoveSQLComment trim space
      de99de7e
  14. 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
  15. 20 11月, 2018 1 次提交
    • martianzhang's avatar
      fix #110 · 9d7ec0f3
      martianzhang 提交于
        remove bom before auditing
      9d7ec0f3
  16. 18 11月, 2018 1 次提交
  17. 14 11月, 2018 1 次提交
  18. 07 11月, 2018 1 次提交
  19. 03 11月, 2018 1 次提交
  20. 25 10月, 2018 1 次提交
    • martianzhang's avatar
      fix #47, #37 · 49a306c6
      martianzhang 提交于
        #47 pretty print function `format` endless loop
        #37 -report-type not in (markdown, html) will not print score
      49a306c6
  21. 20 10月, 2018 1 次提交