﻿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
21692	'CREATE TABLE' of initial migration doesn't quote table name	Ramiro Morales	Ramiro Morales <cramm0@…>	"If yo add a model whose table name is e.g. 'select' you get this error when running the corresponding migration:

Postgres:
{{{
LINE 1: CREATE TABLE select (""when"" varchar(1) NOT NULL PRIMARY KEY)
}}}

SQLite:
{{{
near ""select"": syntax error
}}}"	Bug	closed	Migrations	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
