commit | 85a12a8bebd20e86fa3931940d7e317fa392cfb8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 05 14:50:30 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 05 14:50:30 2013 +0100 |
tree | c07d802346ef7512086a71d362d47fc6f7a9042d | |
parent | b3e1ef1ce0e4c81c43b3c49c0db9a3047d90280b [diff] |
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())