﻿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
5740	"oracle inspectdb CharFields missing ""max_length"""	Carl Karsten <carl@…>	nobody	"forgive the flimsy report - I don't have an oracle db to confirm this.  I hacked the oracle code up to work with ceODBC, and inspectdb generated 
td_fil = models.CharField(blank=True)

which causes syncdb:
""td_fil"": CharFields require a ""max_length"" attribute.

because 

""CharField has an extra required argument, max_length, the maximum length (in characters) of the field. The max_length is enforced at the database level and in Django’s validation.""  http://www.djangoproject.com/documentation/model-api/#charfield

I don't think my hacks caused that.  but it would be really nice if someone could confirm it.
"		closed	django-admin.py inspectdb	dev		invalid	oracle		Unreviewed	0	0	0	0	0	0
