1. 20 Jan, 2013 1 commit
  2. 19 Jan, 2013 3 commits
  3. 18 Jan, 2013 2 commits
  4. 17 Jan, 2013 1 commit
  5. 16 Jan, 2013 1 commit
  6. 15 Jan, 2013 6 commits
  7. 14 Jan, 2013 1 commit
  8. 13 Jan, 2013 3 commits
  9. 12 Jan, 2013 4 commits
  10. 11 Jan, 2013 10 commits
  11. 10 Jan, 2013 1 commit
    • R David Murray's avatar
      #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. · b5231292
      R David Murray authored
      The fix for issue 9750 introduced a regression by sorting the row objects
      returned by fetchall.  But if a row_factory such as sqlite3.Row is used, the
      rows may not be sortable (in Python3), which leads to an exception.  The
      sorting is still a nice idea, so the patch moves the sort into the sql.
      
      Fix and test by Peter Otten.
      b5231292
  12. 09 Jan, 2013 1 commit
  13. 08 Jan, 2013 5 commits
  14. 07 Jan, 2013 1 commit