﻿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
19884	Inspectdb on Oracle doesn't produce correct field types	Anssi Kääriäinen	nobody	"The test inspectdb.test_field_types() has multiple errors, at least:
  - CharField lengths not correctly inspected (returns double the length of generated field)
  - FloatField not correctly inspected (returns DecimalField with max_digits=-127)
  - DateTimeField is inspected as TimeField

Getting all these to work correctly will be somewhat hard. So, the suggested short-term fix is to just mark the test as expectedFailure on Oracle. Inspectdb isn't high-priority as the output should be hand-edited in any case."	Bug	new	Database layer (models, ORM)	1.4	Normal				Accepted	0	0	0	0	0	0
