﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20542	pymysql breaks last_executed_query()	christian.oudard@…	nobody	"In last_executed_query(), the value returned by cursor._last_executed is unconditionally decoded as utf8. This presumes that it is a byte string with utf8 encoding.

On the MySQLdb driver, this is true, but on pymysql, it returns a unicode string instead. This prevents anyone from running queries containing unicode characters in debug mode while using pymysql.

I can make a patch for this if necessary."	Bug	closed	Database layer (models, ORM)	1.5	Normal	wontfix		cmawebsite@…	Accepted	0	0	0	0	0	0
