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 #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-3/+4
* | Merge from 3.5Berker Peksag2016-09-071-1/+1
|\ \ | |/
| * Use shorter version of Connection.isolation_level in sqlite3.rstBerker Peksag2016-09-071-1/+1
* | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+10
|\ \ | |/ |/|
| * Merge from 3.5Berker Peksag2016-08-251-3/+10
| |\
| | * Issue #6057: Merge from 3.5Berker Peksag2016-08-251-2/+32
| | |\
| | * | Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-141-3/+10
* | | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-4/+4
|/ / /
* | | Fix typo in Cursor.execute().Berker Peksag2016-08-251-1/+1
| |/ |/|
* | Issue #6057: Document exceptions in sqlite3 moduleBerker Peksag2016-08-251-2/+32
|/
* Delete outdated paragraph about OptimizedUnicode againBerker Peksag2016-06-141-4/+0
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-18/+19
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.Senthil Kumaran2016-06-031-0/+5
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-3/+3
* Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-271-3/+5
* Document sqlite3.Cursor.close()Berker Peksag2016-03-271-0/+6
* sqlite3 documentation: Connection.iterdump() is a methodBerker Peksag2016-03-271-2/+2
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-0/+3
|\
| * Issue #13583: sqlite3.Row now supports slice indexing.Serhiy Storchaka2015-03-311-0/+3
* | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
|/
* #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
* Issue #15067: Port 2.7 sqlite3 docs to 3.4Zachary Ware2014-04-011-46/+51
* merge 3.3 (#20278)Benjamin Peterson2014-01-161-1/+1
|\
| * 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
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-4/+4
* | merge with 3.3Georg Brandl2013-10-061-1/+13
|\ \ | |/ |/|
| * Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-1/+13
| |\
| | * Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
| | |\
| | * | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-101-1/+13
* | | | 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/+16
|\ \ \ | | |/ | |/|
| * | Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-0/+16
| |\ \ | | |/
| | * merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-101-0/+22
| | |\
| | * \ Merge: Fix sqlite3 class markup.R David Murray2012-09-301-0/+16
| | |\ \
| | | * \ Merge #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-4/+16
| | | |\ \
| | | | * \ #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
| | | | |\ \
| | | | * \ \ Merge branch '3.2'Petri Lehtinen2012-03-011-8/+8
| | | | |\ \ \
| | | | * \ \ \ Merge branch '3.2'Petri Lehtinen2012-02-161-6/+5
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge branch '3.2'Petri Lehtinen2012-02-151-4/+16
| | | | |\ \ \ \ \
| | | | | * | | | | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-4/+0
| | | | | * | | | | Merge with 3.2.Ezio Melotti2011-10-191-0/+16
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ merge from 3.2Senthil Kumaran2011-07-031-37/+38
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-041-0/+16
* | | | | | | | | | | | Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-0/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |