1. 30 8月, 2019 1 次提交
  2. 22 8月, 2019 1 次提交
  3. 14 8月, 2019 1 次提交
    • martianzhang's avatar
      Fix ARG.003 suggest bug · b4744acf
      martianzhang 提交于
      - Fix RuleImplicitConversion(ARG.003) with INT and DECIMAL
      - Fix RuleImplicitConversion duplicate suggest when use IN () operator
      b4744acf
  4. 31 7月, 2019 1 次提交
    • martianzhang's avatar
      fix #213 · 441b0e88
      martianzhang 提交于
        fix #213 CLA.001 NO WHERE CONDITION
        fix PRIMARY key append to multi column index
      441b0e88
  5. 30 5月, 2019 1 次提交
  6. 28 5月, 2019 2 次提交
  7. 25 4月, 2019 1 次提交
  8. 22 4月, 2019 1 次提交
  9. 18 4月, 2019 2 次提交
  10. 12 4月, 2019 1 次提交
  11. 12 2月, 2019 1 次提交
  12. 11 1月, 2019 1 次提交
  13. 08 1月, 2019 2 次提交
    • martianzhang's avatar
      fix #173 with JSONFind · b57106b5
      martianzhang 提交于
        WHERE col = col = '' and col1 = 'xx'
      b57106b5
    • 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
  14. 05 1月, 2019 1 次提交
  15. 04 1月, 2019 1 次提交
  16. 28 12月, 2018 1 次提交
  17. 25 12月, 2018 1 次提交
  18. 24 12月, 2018 1 次提交
  19. 22 12月, 2018 1 次提交
  20. 19 12月, 2018 3 次提交
  21. 18 12月, 2018 1 次提交
    • martianzhang's avatar
      try to fix #169 · b1c977b1
      martianzhang 提交于
        RES.009 not consider about "and", "or"... Operator in
        BinaryOperationExpr
      b1c977b1
  22. 17 12月, 2018 1 次提交
  23. 14 12月, 2018 3 次提交
    • L
      fix · 5041d85e
      liipx 提交于
      5041d85e
    • martianzhang's avatar
      fix #163 · d9d7627a
      martianzhang 提交于
        column.Tp may be nil when checking
      d9d7627a
    • L
      fix #155 · 87dbcaf3
      liipx 提交于
      a new config arg 'min-cardinality' for index column selection
      87dbcaf3
  24. 12 12月, 2018 1 次提交
    • martianzhang's avatar
      fix #151 · ccdfcb81
      martianzhang 提交于
        bit type not config as int, when two columns compare will
        give ARG.003 suggestion.
      
        fix #154, #157 by the way
      ccdfcb81
  25. 11 12月, 2018 2 次提交
  26. 06 12月, 2018 5 次提交
  27. 05 12月, 2018 2 次提交