Skip to content

raise codec error in execute_sql #157

@mapher87

Description

@mapher87

The statement would raise codec error when "params" contained non ASCII strings at sql.py:
sql_query = q % params
It's better to use django's force_text processing to handle it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions