This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author slewis
Recipients georg.brandl, slewis
Date 2008-06-21.02:27:49
SpamBayes Score 0.23721614
Marked as misclassified No
Message-id <1214015278.07.0.0768576663136.issue3157@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for several methods in the sqlite3 library seems to be
at odds with the function names:

sqlite3.Cursor.fetchone --> "Fetches several rows from the resultset."
sqlite3.Cursor.fetchmany --> "Fetches all rows from the resultset."
sqlite3.Cursor.fetchall --> "Fetches one row from the resultset."

This is apparent on Ubuntu's packaged version 2.5.2-2ubuntu4, and a
quick glance at the online SVN repository implies that its present in
the trunk.

Also, it might be helpful the documentation for sqlite3.connect were to
mention that it takes a file name as a parameter :)
History
Date User Action Args
2008-06-21 02:27:58slewissetspambayes_score: 0.237216 -> 0.23721614
recipients: + slewis, georg.brandl
2008-06-21 02:27:58slewissetspambayes_score: 0.237216 -> 0.237216
messageid: <1214015278.07.0.0768576663136.issue3157@psf.upfronthosting.co.za>
2008-06-21 02:27:55slewislinkissue3157 messages
2008-06-21 02:27:54slewiscreate