id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
524	When codegenning the system throws an error when you have a space in your columns	matthiaz	somebody	"Unknowingly, I added a column to my table but it started with a space. For example "" businessname"" in stead of ""businessname"".

When running the codegen engine. The system gave me the following error:


{{{
Table does not exist or does not have a defined Primary Key: owner
}}}

Where ""owner"" is the table name where the error occured. I know bassilieu had the same problem over a year back when he entered dashes in the column name. I haven't followed up on the status of the problem then. I don't know if it's a good idea to support column names with spaces (probably not) but a friendly error message would be nice. Or a convert(read trim) could be a solution here?
"	defect	new	minor	2.0.3	Other	1.1.1 Stable			
