1. 18 8月, 2020 1 次提交
  2. 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
  3. 07 6月, 2020 1 次提交
  4. 03 6月, 2020 1 次提交
  5. 30 4月, 2020 1 次提交
  6. 18 4月, 2020 1 次提交
  7. 14 1月, 2020 1 次提交
  8. 23 10月, 2019 1 次提交
  9. 21 10月, 2019 1 次提交
  10. 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
  11. 23 9月, 2019 1 次提交
  12. 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
  13. 30 8月, 2019 1 次提交
  14. 22 8月, 2019 1 次提交
  15. 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
  16. 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
  17. 28 5月, 2019 1 次提交
  18. 22 4月, 2019 1 次提交
  19. 12 4月, 2019 1 次提交
  20. 12 2月, 2019 1 次提交
  21. 08 1月, 2019 1 次提交
  22. 19 12月, 2018 2 次提交
  23. 18 12月, 2018 1 次提交
    • martianzhang's avatar
      try to fix #169 · b1c977b1
      martianzhang 提交于
        RES.009 not consider about "and", "or"... Operator in
        BinaryOperationExpr
      b1c977b1
  24. 17 12月, 2018 1 次提交
  25. 14 12月, 2018 1 次提交
    • martianzhang's avatar
      fix #163 · d9d7627a
      martianzhang 提交于
        column.Tp may be nil when checking
      d9d7627a
  26. 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
  27. 11 12月, 2018 2 次提交
  28. 06 12月, 2018 3 次提交
  29. 05 12月, 2018 2 次提交
  30. 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
  31. 27 11月, 2018 3 次提交
  32. 26 11月, 2018 2 次提交