summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Collapse)AuthorAgeFilesLines
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-8/+5
| | | | | | characters. This avoids the common case of something like 'NUMBER(10)' not being parsed as 'NUMBER', like expected. Also corrected the docs about converter names being case-sensitive. They aren't any longer.
* Documented the lastrowid attribute.Gerhard Häring2008-03-291-0/+6
|
* Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 whichGerhard Häring2008-03-291-5/+43
| | | | complained about commit, rollback and close not being documented.
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-0/+21
| | | | Adds sqlite3.Connection.iterdump to allow dumping of databases.
* #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods.Georg Brandl2008-01-191-3/+31
|
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
|
* Add :term:s for "new-style class".Georg Brandl2007-10-211-1/+1
|
* Add :term:s for iterator.Georg Brandl2007-10-211-7/+7
|
* Add :term: for generators.Georg Brandl2007-10-211-1/+1
|
* Bug #1573854: fix docs for sqlite3 cursor rowcount attr.Georg Brandl2007-08-231-3/+3
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+689