Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert all SQL statements to SQLAlchemy ORM #8

Open
vindimy opened this issue Jun 25, 2013 · 0 comments
Open

Convert all SQL statements to SQLAlchemy ORM #8

vindimy opened this issue Jun 25, 2013 · 0 comments

Comments

@vindimy
Copy link
Owner

vindimy commented Jun 25, 2013

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(...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant