Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Lairez
numperiods
Commits
de1c3add
Commit
de1c3add
authored
Mar 28, 2019
by
Pierre Lairez
Browse files
fix
parent
81391889
Changes
1
Hide whitespace changes
Inline
Side-by-side
quarticdb.py
View file @
de1c3add
...
...
@@ -595,7 +595,7 @@ def cmd_merge_in(args):
def
cmd_prunecursors
(
args
):
with
QDB
.
cursor
(
'/cursor'
)
as
c
:
with
QDB
.
cursor
(
'/cursor'
,
write
=
True
)
as
c
:
c
.
delete
()
def
cmd_export__
(
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