1. 27 9月, 2022 1 次提交
  2. 28 6月, 2021 1 次提交
    • martianzhang's avatar
      fix #273 · 9443120c
      martianzhang 提交于
      	add test cases
      	comments use english more understandable
      9443120c
  3. 04 6月, 2021 1 次提交
  4. 02 6月, 2021 1 次提交
  5. 18 5月, 2021 1 次提交
  6. 19 3月, 2021 1 次提交
  7. 13 1月, 2021 1 次提交
  8. 11 11月, 2020 1 次提交
  9. 18 8月, 2020 1 次提交
  10. 07 6月, 2020 1 次提交
  11. 03 6月, 2020 1 次提交
  12. 30 4月, 2020 1 次提交
  13. 18 4月, 2020 1 次提交
  14. 14 1月, 2020 1 次提交
  15. 23 10月, 2019 1 次提交
  16. 21 10月, 2019 1 次提交
  17. 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
  18. 23 9月, 2019 1 次提交
  19. 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
  20. 30 8月, 2019 1 次提交
  21. 25 4月, 2019 1 次提交
  22. 12 4月, 2019 1 次提交
  23. 12 2月, 2019 1 次提交
  24. 08 1月, 2019 1 次提交
  25. 24 12月, 2018 1 次提交
  26. 18 12月, 2018 1 次提交
    • martianzhang's avatar
      try to fix #169 · b1c977b1
      martianzhang 提交于
        RES.009 not consider about "and", "or"... Operator in
        BinaryOperationExpr
      b1c977b1
  27. 17 12月, 2018 1 次提交
  28. 14 12月, 2018 1 次提交
    • martianzhang's avatar
      fix #163 · d9d7627a
      martianzhang 提交于
        column.Tp may be nil when checking
      d9d7627a
  29. 11 12月, 2018 1 次提交
  30. 06 12月, 2018 4 次提交
  31. 05 12月, 2018 2 次提交
  32. 04 12月, 2018 1 次提交
    • martianzhang's avatar
      fix #140 · 0fe902ec
      martianzhang 提交于
        COL.015 text/blob default value only tobe `NULL`;
        COL.012 text/blob `NOT NULL` CONSTRAINT may be danagerous;
      0fe902ec
  33. 27 11月, 2018 1 次提交
  34. 26 11月, 2018 2 次提交
  35. 22 11月, 2018 1 次提交