﻿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
7637	Allow Oracle database parameters to specify input size.	jbronn	Malcolm Tredinnick	"Currently, the Oracle backend sets the input size to `NCLOB` for character input > 4000 characters.  In !GeoDjango, geometry input text is passed into the [http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_util.htm#BJEGGIAB SDO_UTIL.TO_WKTGEOMETRY] stored procedure, which expects input of type `CLOB`.

This patch allows database parameters to specify their input size via an `input_size` attribute, that will be used for `setinputsizes` instead of the default (if it exists).  This functionality was added to the `gis` branch in r7637, and needs to be in trunk for !GeoDjango to work on Oracle when the branches merge for 1.0."		closed	Database layer (models, ORM)	dev		fixed	oracle backend clob nclob		Ready for checkin	1	0	0	0	0	0
