jamesaoverton / cmi-pb-terminology

CMI-PB Controlled Terminology
0 stars 0 forks source link

Convert load.py to use SQLAlchemy #19

Closed jamesaoverton closed 2 years ago

jamesaoverton commented 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.

I would like to output properly escaped SQL strings at this point -- I don't want to execute the SQL from Python yet.

beckyjackson commented 2 years ago

I think this is resolved by #21. Can we close this issue?