mirror of
https://github.com/ada-dmitry/PyProg_ada.git
synced 2026-09-24 01:10:40 +00:00
s
This commit is contained in:
@@ -29,3 +29,6 @@ for i in range(15):
|
|||||||
connection.commit()
|
connection.commit()
|
||||||
except:
|
except:
|
||||||
connection.rollback()
|
connection.rollback()
|
||||||
|
|
||||||
|
cursor.close()
|
||||||
|
connection.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user