]> granicus.if.org Git - python/commit
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Nov 2013 13:50:30 +0000 (14:50 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Nov 2013 13:50:30 +0000 (14:50 +0100)
commit85a12a8bebd20e86fa3931940d7e317fa392cfb8
treec07d802346ef7512086a71d362d47fc6f7a9042d
parentb3e1ef1ce0e4c81c43b3c49c0db9a3047d90280b
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory
fails, don't consume the row (restore it) and fail immediatly (don't call
pysqlite_step())
Modules/_sqlite/cursor.c