databases icon indicating copy to clipboard operation
databases copied to clipboard

Handle escaped bind variable names

Open ramannanda9 opened this issue 3 years ago • 0 comments

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.

ramannanda9 avatar Jun 08 '22 23:06 ramannanda9