You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's code duplication in database and database_test folders, I think it would be better to only have separate sql files and reuse the rest
Work on variable naming, i.e. consistently snake-cased (checkCookie, instead of checkcookie - this is another source of many bugs), and also avoid trivial variable names like var functions = ... :)
databaseanddatabase_testfolders, I think it would be better to only have separatesqlfiles and reuse the restvar functions = ...:)