﻿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
3806	Commenting INSERT statements causes error in fixtures	joe4444	Adrian Holovaty	"""Normal"" comments are no problem, but when I try to comment an INSERT statement in one of my '''sql/modelname.sql''' files then run ''./manage.py reset appname'' it doesn't know how to handle the commented SQL and dies.  For example:


{{{
--This file populates the db tables with initial data.        # no problem
--INSERT INTO ""myapp_foobar"" (""blah"") VALUES ('asdf');        # cannot be processed
}}}
"		closed	Tools	dev		duplicate	fixtures sql comment		Unreviewed	0	0	0	0	0	0
