summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-241-2/+2
|
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* #6055: refer to "sqlite3" consistently.Georg Brandl2009-05-201-10/+12
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-2/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
| | | | documentation.
* Remove trailing whitespace.Georg Brandl2009-01-031-13/+13
|
* fix typo in sqlite3 docsBenjamin Peterson2008-11-261-2/+2
|
* #4267: small fixes in sqlite3 docs.Georg Brandl2008-11-061-8/+7
|
* #4059: patch up some sqlite docs.Georg Brandl2008-10-081-52/+134
|
* #3669 from Robert Lehmann: simplify use of iterator in exampleAndrew M. Kuchling2008-09-061-1/+1
|
* 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