﻿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
7109	__dict__ substitution in Field.db_type() does no quoting	Erin Kelly	Malcolm Tredinnick	"For example, a !BooleanField named ""public"" would generate the following syncdb SQL in Oracle:
{{{
""PUBLIC"" NUMBER(1) CHECK (public IN (0,1))
}}}
Since the use of the SQL keyword ""public"" in the check constraint is not quoted, Oracle throws an error."		closed	Database layer (models, ORM)	dev		fixed	qsrf-cleanup oracle		Unreviewed	0	0	0	0	0	0
