﻿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
9152	models.TextField encodes data wrong on 4001+ characters on Oracle 10g	walter.stafford@…	nobody	"When using a models.TextField with a length of greater than 4000 characters the input is encoded incorrectly using Oracle 10g (NCLOB).

Up to 4000 characters is fine, anything over causes an input with a length(col) 1/2 the original string length. I'm guessing that somewhere the encoding is getting mixed up.

It seems removing explicitly settings input_size = NCLOB can correct the issue but I don't know what impact this has.
"		closed	Database layer (models, ORM)	1.0		worksforme	TextField, Oracle 10g, NCLOB		Unreviewed	0	0	0	0	0	0
