altcointip icon indicating copy to clipboard operation
altcointip copied to clipboard

Convert all SQL statements to SQLAlchemy ORM

Open vindimy opened this issue 11 years ago • 0 comments

In order to gain ability to support multiple database types, as well as improve security and reliability, convert all hardcoded SQL statements to SQLAlchemy ORM statements.

For example, instead of mysqlconn.execute("SELECT * FROM t_action") use conn.select(...).

vindimy avatar Jun 25 '13 22:06 vindimy