不要怂,就是干,撸起袖子干!

  1. 18 Jan, 2015 1 commit
    • Give more meaning for operator 'or' · 794176e7
      `Projects`.`id` IN (1,2,3) OR `Projects`.`id` < 10
      has no sense, second part should be enough.
      
      That's why I replaced `lt` lookup with `gt` to generate following SQL
      `Projects`.`id` IN (1,2,3) OR `Projects`.`id` > 10
      which have much more sense.
      Ruslan Kovtun committed
  2. 17 Jan, 2015 6 commits
  3. 16 Jan, 2015 9 commits
  4. 15 Jan, 2015 7 commits
  5. 14 Jan, 2015 17 commits