1. 25 10月, 2022 1 次提交
    • martianzhang's avatar
      use DoltDB as built-in memory test-dsn · 4e07f88f
      martianzhang 提交于
        without mysql test environment, use in memory mysql(DoltDB) as default
        test-dsn, soar can give index advice without mysql instance.
      
        in memory mysql(DoltDB) will listen a random port bind with localhost,
        and distroyed automatically when soar quit.
      4e07f88f
  2. 12 10月, 2022 1 次提交
  3. 27 9月, 2022 1 次提交
  4. 06 4月, 2022 1 次提交
  5. 28 6月, 2021 2 次提交
  6. 04 6月, 2021 1 次提交
  7. 03 6月, 2021 1 次提交
  8. 02 6月, 2021 1 次提交
  9. 27 5月, 2021 1 次提交
  10. 26 5月, 2021 1 次提交
  11. 18 5月, 2021 1 次提交
  12. 17 5月, 2021 1 次提交
  13. 19 3月, 2021 1 次提交
  14. 18 3月, 2021 1 次提交
  15. 28 1月, 2021 1 次提交
  16. 24 1月, 2021 1 次提交
  17. 22 1月, 2021 2 次提交
  18. 13 1月, 2021 1 次提交
  19. 11 11月, 2020 1 次提交
  20. 18 8月, 2020 1 次提交
  21. 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
  22. 07 6月, 2020 1 次提交
  23. 03 6月, 2020 1 次提交
  24. 30 4月, 2020 1 次提交
  25. 18 4月, 2020 1 次提交
  26. 14 1月, 2020 2 次提交
  27. 23 10月, 2019 1 次提交
  28. 21 10月, 2019 1 次提交
  29. 17 10月, 2019 1 次提交
  30. 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
  31. 25 9月, 2019 1 次提交
  32. 23 9月, 2019 1 次提交
  33. 16 9月, 2019 1 次提交
  34. 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
  35. 30 8月, 2019 1 次提交
  36. 22 8月, 2019 1 次提交
  37. 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