13 Commits

Author SHA1 Message Date
bbc9650357 Changed database.get file. Added fetchall method calls to close session sooner 2022-12-25 17:59:26 +03:00
f299173e56 Changes to database.get_accounts
Function is only fetching account names from db and not whole accounts now
Made sorting in that function optional
2022-12-25 17:35:37 +03:00
d82d152fef Added ordering by name for accounts 2022-12-06 14:16:03 +03:00
6cd8091fde More code cleanup with a few bug fixes 2022-11-30 19:41:57 +03:00
0d3965d5d2 Renamed columns in tables
MasterPass passwd -> password_hash
Account enc_pass -> enc_password
2022-11-30 17:05:04 +03:00
0463388829 Massive code cleanup 2022-11-30 16:05:33 +03:00
21bd01c3ed Changed and added comments in the database files 2022-11-10 18:45:10 +03:00
ae2b214904 Fixed an error of getting wrong account
I'm now quite shure how it worked before
2022-10-31 21:09:12 +03:00
StNicolay
822061ae49 Removed prints 2022-10-14 19:35:16 +03:00
StNicolay
85129d8b7a Changes to db: fixed error in __init__, looking for more precise errors 2022-10-14 17:12:24 +03:00
StNicolay
29b7125a4d Added comments 2022-10-14 15:41:55 +03:00
StNicolay
3ebe4240bf Changed database scripts 2022-10-14 15:38:03 +03:00
StNicolay
c8410a877c Created get.py 2022-09-29 15:58:56 +03:00