1. 13 1月, 2021 1 次提交
  2. 11 11月, 2020 1 次提交
  3. 18 8月, 2020 1 次提交
  4. 08 6月, 2020 1 次提交
    • martianzhang's avatar
      FIX LIT.003 bug · ee6cfd0c
      martianzhang 提交于
        remove fmt.Println debug output
        LIT.003 remove varchar, text check for primary key
      ee6cfd0c
  5. 07 6月, 2020 1 次提交
  6. 03 6月, 2020 1 次提交
  7. 30 4月, 2020 1 次提交
  8. 18 4月, 2020 1 次提交
  9. 14 1月, 2020 2 次提交
  10. 23 10月, 2019 1 次提交
  11. 21 10月, 2019 1 次提交
  12. 17 10月, 2019 1 次提交
  13. 08 10月, 2019 1 次提交
    • martianzhang's avatar
      fix #229 · cd17cced
      martianzhang 提交于
        SELECT c1, c2, c3, FROM tb WHERE id < 1000 AND content="mytest* as test"
      cd17cced
  14. 25 9月, 2019 1 次提交
  15. 23 9月, 2019 1 次提交
  16. 16 9月, 2019 1 次提交
  17. 06 9月, 2019 1 次提交
    • martianzhang's avatar
      fix #226 · fedefa55
      martianzhang 提交于
        update table1 set a = ( select a from table2 where b=1 and c=2) and b=1 where d=2
        update table1 set a = ( select a from table2 where b=1 and c=2), b=1, c=2 where d=2
      
        replace test-cli percent number with n% for CI
      fedefa55
  18. 30 8月, 2019 1 次提交
  19. 22 8月, 2019 1 次提交
  20. 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
  21. 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
  22. 30 5月, 2019 1 次提交
  23. 28 5月, 2019 2 次提交
  24. 25 4月, 2019 1 次提交
  25. 22 4月, 2019 1 次提交
  26. 18 4月, 2019 2 次提交
  27. 12 4月, 2019 1 次提交
  28. 12 2月, 2019 1 次提交
  29. 11 1月, 2019 1 次提交
  30. 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
  31. 05 1月, 2019 1 次提交
  32. 04 1月, 2019 1 次提交
  33. 28 12月, 2018 1 次提交
  34. 25 12月, 2018 1 次提交
  35. 24 12月, 2018 1 次提交
  36. 22 12月, 2018 1 次提交