LongRequestLogger_dumper: tolerates bytes or str when dumping query
DB.query accepts either bytes or str on python3. We need to decode the query here to display it in traceback and we must not fail when we have bytes with non UTF-8 characters, which can happen with binary columns
Showing
Please register or sign in to comment