Hacker News new | ask | show | jobs
by baggiponte 417 days ago
sqlalchemy doesn’t really accepts strings - if you do, you need to pass them into a “conn.execute(text(…))”, so end users should not face a breaking change.