Age | Commit message (Expand) | Author |
---|---|---|
2023-09-13 | Patch MySQLdb.escape_string to use use a connection....* wqflask/utility/db_tools.py: Delete MySQLdb.escape_. Import get_setting, database_connection. (escape_): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2020-08-27 | Add global method to convert binary string to plain string...* wqflask/utility/db_tools.py: escape_string returns a binary string which introduces a bug when composing sql query string. The escaped strings have to be converted to plain text. | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | BonfaceKilz |
2016-06-18 | Changed file permssions to non-executable | Pjotr Prins |
2014-05-05 | Committing a bunch of changes related to integrating GEMMA and...adding the correlation matrix page | Zachary Sloan |
2013-07-12 | Rewrote code related to getting the tissue correlation column to display...Created new files for mrna assay tissue data and commonly used db query related functions | Lei Yan |