Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloud-infrastructure
data-analytics
Commits
9775b809
Commit
9775b809
authored
Apr 30, 2021
by
Antonin Dvorak
Browse files
sqlite3 - fix
parent
4187230c
Changes
1
Hide whitespace changes
Inline
Side-by-side
adcern/sqlite3_backend.py
View file @
9775b809
...
...
@@ -18,7 +18,8 @@ def modify_db(conn,
additional arguments for execute query, optional
"""
with
conn
.
cursor
()
as
c
:
with
conn
:
c
=
conn
.
cursor
()
for
x
in
range
(
1
,
11
):
try
:
if
args
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment