cpython/Doc/includes/sqlite3
Xtreak 287b84de93 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
2019-05-20 00:52:20 +03:00
..
adapter_datetime.py
adapter_point_1.py
adapter_point_2.py
collation_reverse.py
complete_statement.py
converter_point.py
countcursors.py
createdb.py
ctx_manager.py
execsql_fetchonerow.py
execsql_printall_1.py
execute_1.py
executemany_1.py
executemany_2.py
executescript.py
insert_more_people.py
load_extension.py
md5func.py
mysumaggr.py
parse_colnames.py
pysqlite_datetime.py
row_factory.py
rowclass.py
shared_cache.py
shortcut_methods.py
simple_tableprinter.py
text_factory.py