Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.
If 'name' contained non-ASCII characters, the comparison raised a UnicodeEncodeError on Python 2.
Loading
Please register or sign in to comment
If 'name' contained non-ASCII characters, the comparison raised a UnicodeEncodeError on Python 2.