1. 02 Feb, 2021 3 commits
  2. 01 Feb, 2021 9 commits
  3. 29 Jan, 2021 10 commits
  4. 28 Jan, 2021 4 commits
  5. 27 Jan, 2021 6 commits
  6. 26 Jan, 2021 7 commits
  7. 25 Jan, 2021 1 commit
    • Vincent Pelletier's avatar
      CMFActivity.Activity.SQLBase: Fix None dependency on monocolumn condition. · 1137838d
      Vincent Pelletier authored
      This is already working for multi-column conditions (among other malformed
      values), but in the monocolumn case the type-check treats None in the same
      branch as sequences, which cause the error:
        TypeError: 'NoneType' object is not iterable
      As the condition is already covered for multi-column case, put this test
      in the monocolumn codepath.
      1137838d