﻿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
2015	[patch] syncdb initial sql data regexp breaks if empty string is inserted	Steven Armstrong	Adrian Holovaty	"The regexp ''sql_expr'' in ''management.py:get_sql_initial_data_for_model'' breaks if the inital sql data inserts empty strings.

e.g. in the sql below, the inserts for field2 and field3 break.
{{{
insert into mytable (field1, field2, field3) values ('bla', '', """");
}}}

The attached patch fixes that."	defect	closed	Tools	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
