﻿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
1482	[patch] Small correction in MySQL SET NAMES statement	Geert Vanderkelen <geert@…>	Adrian Holovaty	"Hi,

Small correction in SET NAMES statement in django.db.backends.mysql.base

-            cursor.execute(""SET NAMES utf8"")
+            cursor.execute(""SET NAMES 'utf8'"")

Although it works without quotes, the correct way is to quote the encoding. A detail, no clue why though.. will ask..
SET CHARACTER SET utf8, that would be without quotes.

Cheers,

Geert"	enhancement	closed	contrib.admin	magic-removal	normal	fixed	mysql encoding utf8		Unreviewed	1	0	0	0	0	0
