databases
databases copied to clipboard
Handle escaped bind variable names
SQLAlchemy escapes the bind variable names and when it does so, the query execution fails with encode/databases. The linked issue Here.
The workaround is to use literal instead of bindparam.