summaryrefslogtreecommitdiff
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-4/+4
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
* Issue #15067: Remove reference to a rejected PEP.Zachary Ware2014-04-011-3/+0
* update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-4/+4
* Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ...Georg Brandl2013-10-061-1/+1
* Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-0/+4
* #13934: document sqlite version strings.R David Murray2013-01-101-0/+18
* Fix sqlite3 class markup.R David Murray2012-09-301-213/+213
* Show how to close a connectionRaymond Hettinger2012-09-251-2/+3
* #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
* Minor fixups.Raymond Hettinger2012-04-181-4/+4
* Clean-up the SQLite introduction.Raymond Hettinger2012-04-171-26/+26
* Clarify that a new connection needs to be made after the close.Raymond Hettinger2012-04-171-0/+6
* sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-011-18/+14
* Fix errors in sqlite3's Cursor.rowcount documentationPetri Lehtinen2012-02-161-6/+5
* Use validate SQL in the example (this was confusing to readers)Raymond Hettinger2012-02-011-1/+1
* Show the import in the sqlite3 exampleRaymond Hettinger2012-02-011-0/+1
* Fix stock symbol for MicrosoftRaymond Hettinger2012-01-101-2/+2
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* reST indentation fix in sqlite3 docs. rst uses 3 space indentation.Senthil Kumaran2011-07-031-36/+37
* Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch.Senthil Kumaran2011-06-251-0/+12
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge...Georg Brandl2010-11-261-14/+12
* Merged revisions 82757-82758,82760-82764 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Issue #3854: Documented using the sqlite3 module with multiple threads.Gerhard Häring2010-08-061-0/+15
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-051-1/+20
* Link correction in documentation.Michael Foord2010-03-021-1/+1
* #7921: fix links. Patch by Brian Curtin.Ezio Melotti2010-02-141-6/+7
* 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 fr...Benjamin Peterson2009-02-201-2/+1
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
* 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
* 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
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-0/+21
* #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