﻿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
6713	';' in comments (i.e. lines starting with '--') in sql/mymodel.sql causes error in syncdb	alainD	nobody	"for instance the following script :

{{{
INSERT INTO ""app_model"" (""col1"", ""col2"") VALUES (45, 107);
--INSERT INTO ""app_model"" (""col1"", ""col2"") VALUES (45, 107);
INSERT INTO ""app_model"" (""col1"", ""col2"") VALUES (45, 107);
}}}

causes an error while importing it via syncdb ... because of the commented line (starting with '--')"		closed	Tools	dev		wontfix			Unreviewed	0	0	0	0	0	0
