shyamsrinivasan / sqlpy

python front-end for SQL db
0 stars 0 forks source link

Update DB if added client already present #1

Closed shyamsrinivasan closed 2 years ago

shyamsrinivasan commented 2 years ago

Presently, check for existing client in DB works. Need to add/modify exiting entry if check is True. 3203129ced162fd10b4f094ae8d126772eeaf016

shyamsrinivasan commented 2 years ago

Currently added functionality to address this issue: Check if given entry is already present in DB as of commit 637fd433ff56b933c1245016f4ebc2ec55058e57

shyamsrinivasan commented 2 years ago

Partially addressed to update addresses in f0cb72f4071ce424147a656c6db05bfed5f25793

shyamsrinivasan commented 2 years ago

Update is added as a separate feature. Addition of new entries is separate.