aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/includes/sqlite3/execsql_printall_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/includes/sqlite3/execsql_printall_1.py')
-rw-r--r--Doc/includes/sqlite3/execsql_printall_1.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/includes/sqlite3/execsql_printall_1.py b/Doc/includes/sqlite3/execsql_printall_1.py
index a4ce5c52814..19306e6e3ca 100644
--- a/Doc/includes/sqlite3/execsql_printall_1.py
+++ b/Doc/includes/sqlite3/execsql_printall_1.py
@@ -11,3 +11,5 @@ cur.execute("select * from people order by age")
# Retrieve all rows as a sequence and print that sequence:
print(cur.fetchall())
+
+con.close()