There was an error while loading. Please reload this page.
1 parent b0fd192 commit 2751856Copy full SHA for 2751856
Using_Databases_with_Python/exercise1UsingSQLITE.py
@@ -21,7 +21,7 @@
21
for item in sqlcmds[1:-1]:
22
item=item.strip('\n')
23
cur.execute(item)
24
-#commit to disk
+#commit to disk not needed only use in intervals
25
connection.commit()
26
27
#view db
0 commit comments