1. 02 6月, 2021 1 次提交
  2. 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
  3. 28 8月, 2019 1 次提交
  4. 27 8月, 2019 1 次提交
  5. 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
  6. 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
  7. 28 5月, 2019 2 次提交
  8. 20 5月, 2019 1 次提交
  9. 18 4月, 2019 2 次提交
  10. 16 4月, 2019 1 次提交
  11. 24 2月, 2019 1 次提交
  12. 20 2月, 2019 3 次提交
  13. 14 2月, 2019 1 次提交
  14. 23 1月, 2019 2 次提交
  15. 22 1月, 2019 2 次提交
  16. 21 1月, 2019 2 次提交
  17. 19 1月, 2019 1 次提交
    • B
      polish bats test cases (#192) · 7ede3434
      Becivells 提交于
      * report check
      
      * add soar -help;change 6.
      
      * add dsn root:password@host:port/db
      
      * check has password
      
      * check has password from stdout or log
      7ede3434
  18. 16 1月, 2019 1 次提交
  19. 13 1月, 2019 2 次提交
  20. 11 1月, 2019 1 次提交
  21. 09 1月, 2019 3 次提交
  22. 08 1月, 2019 2 次提交
    • X
      update bats test by Becivells · fe9fd349
      xiyangxixian 提交于
      fe9fd349
    • 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