﻿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
2517	[patch] add handling of column names with spaces to inspectdb	Karen Tracey <graybark@…>	Adrian Holovaty	inspectdb does not currently notice when a database table contains a column with embedded spaces in the name.  Translating such a name directly to a field name causes a syntax error since a field name cannot contain spaces.  I've got a patch that fixes this by simply removing the spaces in the generated name.  db_column is set just as it is for DB column names that duplicate Python reserved words.	enhancement	closed	Database layer (models, ORM)		minor	fixed			Unreviewed	1	0	0	0	0	0
