[issue13995] sqlite3 Cursor.rowcount documentation for old sqlite bug

2012-02-17 Thread Petri Lehtinen
Petri Lehtinen added the comment: Éric Araujo wrote: > Is there a fixed version of SQLite used by each Python version? If > yes, then I think it could be more useful to talk about the Python > version in that paragraph. No. In each Python version, setup.py only checks that SQLite is 3.0.8 or ne

[issue13995] sqlite3 Cursor.rowcount documentation for old sqlite bug

2012-02-17 Thread Éric Araujo
Éric Araujo added the comment: > With SQLite versions before 3.6.5, :attr:`rowcount` is set to 0 if > you make a ``DELETE FROM table`` without any condition. Is there a fixed version of SQLite used by each Python version? If yes, then I think it could be more useful to talk about the Python v

[issue13995] sqlite3 Cursor.rowcount documentation for old sqlite bug

2012-02-16 Thread Petri Lehtinen
Petri Lehtinen added the comment: Fixed, thanks! -- nosy: +petri.lehtinen versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___ __

[issue13995] sqlite3 Cursor.rowcount documentation for old sqlite bug

2012-02-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74b2da95c6be by Petri Lehtinen in branch '3.2': sqlite3: Fix documentation errors concerning Cursor.rowcount http://hg.python.org/cpython/rev/74b2da95c6be New changeset a1f17e108a1b by Petri Lehtinen in branch '2.7': Fix errors in sqlite3's Cursor.

[issue13995] sqlite3 Cursor.rowcount documentation for old sqlite bug

2012-02-11 Thread Matthew Woodcraft
New submission from Matthew Woodcraft : The documentation for the sqlite3 module contains the following statement, under 'Cursor.rowcount': For DELETE statements, SQLite reports rowcount as 0 if you make a DELETE FROM table without any condition. This doesn't happen for me (with sqlite 3.7.