Commit Graph

7 Commits

Author SHA1 Message Date
Ali Razmjoo e81b42227d more refactor 2021-08-25 20:05:14 +02:00
Aman Gupta 90cf5d5d7b Removed duplicates in DB and completed 2 todo's 2021-08-05 10:21:44 +05:30
Ali Razmjoo 7ca6e2fa4d clean up 2021-07-29 10:33:09 +02:00
itsdivyanshjain 92347eb5fc shebang fixes, docker simul install fixes and scripts(bash and win) fixes 2021-06-15 21:46:41 +05:30
itsdivyanshjain 8649819a96 removed py2 code from rest of files and linted as well except lib directory 2021-06-12 22:19:25 +05:30
Kunal 96c295f839 Fix #388 and some code reformat 2021-02-06 11:48:51 +05:30
Shaddy Garg 865fe3e508 Migration to sqlalchemy (#140)
* Initial setup to migrate to sqlalchemy

* Add support for MySQL and Sqlite

* Codacy fixes

* Add sqlalchemy to requirements

* Fixes Travis Issue

* Initial creation of the database

* remove unnecessary new lines

* add standard header and remove unnecessary NL

* add standard header and remove unnecessary NL

* Integrating the sqlalchemy-migration into framework

* Update readme.md for the database module

* replace type with isinstance - codacy fixation

* declaring an unused variable

https://stackoverflow.com/questions/818828/is-it-possible-to-implement-a-python-for-range-loop-without-an-iterator-variable/

*  declaring an unused variable

* declaring an unused variable

* fix exception type - codacy

* fix exception type codacy

* fix exception type - codacy

* Incorporate the suggested changes

* PEP8 fix
2018-05-18 01:35:58 +04:30