Closed jamesaoverton closed 2 years ago
Please revise the prototype's load.py to use bindparam and sql_text from sqlalchemy.sql.expression as done in sprocket run.py.
bindparam
sql_text
sqlalchemy.sql.expression
I would like to output properly escaped SQL strings at this point -- I don't want to execute the SQL from Python yet.
I think this is resolved by #21. Can we close this issue?
Please revise the prototype's load.py to use
bindparam
andsql_text
fromsqlalchemy.sql.expression
as done in sprocket run.py.I would like to output properly escaped SQL strings at this point -- I don't want to execute the SQL from Python yet.