1. 22 1月, 2021 2 次提交
  2. 13 1月, 2021 1 次提交
  3. 11 11月, 2020 1 次提交
  4. 18 8月, 2020 1 次提交
  5. 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
  6. 07 6月, 2020 1 次提交
  7. 03 6月, 2020 1 次提交
  8. 30 4月, 2020 1 次提交
  9. 18 4月, 2020 1 次提交
  10. 14 1月, 2020 1 次提交
  11. 23 10月, 2019 1 次提交
  12. 21 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. 23 9月, 2019 1 次提交
  15. 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
  16. 30 8月, 2019 1 次提交
  17. 22 8月, 2019 1 次提交
  18. 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
  19. 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
  20. 28 5月, 2019 1 次提交
  21. 22 4月, 2019 1 次提交
  22. 12 4月, 2019 1 次提交
  23. 12 2月, 2019 1 次提交
  24. 08 1月, 2019 1 次提交
  25. 19 12月, 2018 2 次提交
  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. 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
  30. 11 12月, 2018 2 次提交
  31. 06 12月, 2018 3 次提交
  32. 05 12月, 2018 2 次提交
  33. 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
  34. 27 11月, 2018 1 次提交