Fix #346
This commit is contained in:
parent
d994a51c38
commit
2ada8c7215
5
buku
5
buku
@ -1600,10 +1600,13 @@ class BukuDb:
|
|||||||
print('No bookmarks deleted')
|
print('No bookmarks deleted')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.cur.execute('DROP TABLE if exists bookmarks')
|
if self.delete_rec_all():
|
||||||
|
self.cur.execute('VACUUM')
|
||||||
self.conn.commit()
|
self.conn.commit()
|
||||||
print('All bookmarks deleted')
|
print('All bookmarks deleted')
|
||||||
return True
|
return True
|
||||||
|
else:
|
||||||
|
return False
|
||||||
|
|
||||||
def print_rec(self, index=0, low=0, high=0, is_range=False):
|
def print_rec(self, index=0, low=0, high=0, is_range=False):
|
||||||
"""Print bookmark details at index or all bookmarks if index is 0.
|
"""Print bookmark details at index or all bookmarks if index is 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user