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.
Created on 2008年06月21日 02:27 by slewis, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg68488 - (view) | Author: Stephen Lewis (slewis) | Date: 2008年06月21日 02:27 | |
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 :) |
|||
| msg68571 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年06月22日 18:32 | |
I fixed the docstring in r64463 (2.5 branch, already fixed in trunk) and expanded the connect() docstring in r64464. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:35 | admin | set | github: 47407 |
| 2008年06月22日 18:32:29 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg68571 |
| 2008年06月21日 02:27:56 | slewis | create | |