Add note on why insert is commented.

This commit is contained in:
Arun Prakash Jana 2016-04-25 23:03:07 +05:30
parent c95d3a4339
commit fc211b5d66
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB

6
buku
View File

@ -1285,7 +1285,9 @@ if args.replace is not None:
if args.empty == True:
printdb(cur, 0, True)
'''
"""NOTE: Insert is functional but commented
because DB compaction serves the purpose.
# Insert a record at an index
if args.insert is not None:
if not args.insert[0].isdigit():
@ -1301,7 +1303,7 @@ if args.insert is not None:
pass # We need to add logic here to empty
else:
AddUpdateEntry(conn, cur, args.insert[1:], 0, insertindex)
'''
"""
# Open URL in browser
if args.openurl is not None: