1. 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
  2. 09 Jan, 2013 1 commit
  3. 08 Jan, 2013 5 commits
  4. 07 Jan, 2013 1 commit
  5. 06 Jan, 2013 1 commit
  6. 05 Jan, 2013 3 commits
  7. 04 Jan, 2013 3 commits
  8. 03 Jan, 2013 4 commits
  9. 02 Jan, 2013 5 commits
  10. 01 Jan, 2013 7 commits
  11. 31 Dec, 2012 4 commits
  12. 30 Dec, 2012 1 commit
  13. 29 Dec, 2012 2 commits
  14. 28 Dec, 2012 2 commits