1. 27 Apr, 2022 18 commits
  2. 26 Apr, 2022 6 commits
  3. 25 Apr, 2022 3 commits
  4. 22 Apr, 2022 7 commits
  5. 21 Apr, 2022 3 commits
  6. 20 Apr, 2022 2 commits
  7. 19 Apr, 2022 1 commit
    • Arnaud Fontaine's avatar
      py3: Update Shared.DC.ZRDB.{sqltest,sqlvar} monkey patches. · c06cbf38
      Arnaud Fontaine authored
      This supports both python2 and python3. For python3, this decode() properly
      arguments returned by string_literal() to have str(), otherwise the query string
      is an str() (DocumentTemplate) and the arguments are bytes().
      
      In other places, bytes() is used directly but in this case this is not needed
      and would require monkey patching (at least) DocumentTemplate.
      c06cbf38