summaryrefslogtreecommitdiffstats
path: root/Doc/includes/sqlite3/load_extension.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Xtreak2019-05-191-0/+2
| | | | | The sqlit3.Connection object doesn't call its close() method when it's used as a context manager.
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)davy wybiral2017-11-041-1/+1
|
* Syntax fixes for examples in the Doc/includesSenthil Kumaran2010-10-171-1/+1
|
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-0/+26